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 -- http://mail.python.org/mailman/listinfo/python-list