Dynamically creating properties?

DevPlayer devplayer at gmail.com
Thu Oct 27 19:15:01 EDT 2011


At least one error:
change:
>     for astr in dir(__builtins__):
to:
    for astr in __builtins__.__dict__:



More information about the Python-list mailing list