list of all type names
Marc 'BlackJack' Rintsch
bj_666 at gmx.net
Tue Mar 1 16:01:45 EST 2005
More information about the Python-list mailing list
Tue Mar 1 16:01:45 EST 2005
- Previous message (by thread): list of all type names
- Next message (by thread): Decimal, __radd__, and custom numeric types...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In <3e96ebd7.0503010446.46486baf at posting.google.com>, Klaus Neuner wrote: > In order to avoid problems in the future, I tried to get the list of > all those names, but I could not find it. Typing ``dir(__builtins__)`` in the interpreter was already mentioned. Next advice is: make sure all those names are highlighted in your text editor. If I type ``dict`` it's immediatly colored differently than "normal" names and I know it's probably not a good idea to rebind this name to something else. Ciao, Marc 'BlackJack' Rintsch
- Previous message (by thread): list of all type names
- Next message (by thread): Decimal, __radd__, and custom numeric types...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list