At least one error:
change:
> for astr in dir(__builtins__):
to:
for astr in __builtins__.__dict__:
--
http://mail.python.org/mailman/listinfo/python-list
- Dynamically creating properties? Andy Dingley
- Re: Dynamically creating properties? John Gordon
- Re: Dynamically creating properties? DevPlayer
- Re: Dynamically creating properties? DevPlayer
- Re: Dynamically creating properties? DevPlayer
- Re: Dynamically creating properties? DevPlayer
- Re: Dynamically creating properties? Steven D'Aprano
- Re: Dynamically creating properties? DevPlayer
- Re: Dynamically creating properties? Lie Ryan
