Dynamically creating properties?
DevPlayer
devplayer at gmail.com
Thu Oct 27 19:15:01 EDT 2011
Previous message (by thread):
Dynamically creating properties?
Next message (by thread):
Dynamically creating properties?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
At least one error: change: >
for astr in dir(__builtins__):
to: for astr in __builtins__.__dict__:
Previous message (by thread):
Dynamically creating properties?
Next message (by thread):
Dynamically creating properties?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list