Esempio n. 1
0
 def parseSymbols(self, tree):
     s = symbols.SymbolVisitor()
     walk(tree, s)
     return s.scopes
Esempio n. 2
0
import imp