how to visualize symbol table?

Pierre Barbier de Reuille pierre.barbier at cirad.fr
Wed Jan 12 08:36:35 EST 2005


Thomas Korimort a écrit :
> Hi,
> 
> how can i visualize the content of the symbol table in Python?
> Sometimes i want to know which symbols are imported from apackage and 
> such kind of things
> 
> Greetings, THomas Korimort

Do you mean something like :

dir(module)

???

Pierre



More information about the Python-list mailing list