![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archivegetattr
From: <kyaBey@gmail.com>
Date: Fri Sep 30 2005 - 18:13:27 CEST
This question is regarding the __getattr__ function defined for every
Assume that foo is an instance of class Foo, and the following are
a) foo.bar
I want the above references to be handled by __getattr__. Hence I do
Is there any way by which the __getattr__(self,attr) method can
tia
|