how to visualize symbol table?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thomas Korimort

    #1

    how to visualize symbol table?

    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
  • Pierre Barbier de Reuille

    #2
    Re: how to visualize symbol table?

    Thomas Korimort a écrit :[color=blue]
    > 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[/color]

    Do you mean something like :

    dir(module)

    ???

    Pierre

    Comment

    Working...