![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: getattr
From: Fredrik Lundh <fredrik@pythonware.com>
Date: Fri Sep 30 2005 - 18:21:12 CEST
kyaBey@gmail.com wrote:
> Is there any way by which the __getattr__(self,attr) method can
no.
if you want to control further accesses, your __getattr__ has to return a
</F>
|