![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Using properties
From: alex23 <wuwei23@gmail.com>
Date: Thu May 26 2005 - 03:29:38 CEST
tkpmep@hotmail.com wrote:
Should you need it to be a property at a latter date, it's worth noting
def getname(self): return self.__dict__['name']
Hope this helps.
-alex23
|