Home | History | Annotate | Download | only in test

Lines Matching refs:symtable

2 Test the API of the symtable module.
4 import symtable
48 top = symtable.symtable(TEST_CODE, "?", "exec")
162 symtable.symtable(brokencode, "spam", "exec")
168 checkfilename("def f(x): global x") # symtable-build-time
171 symbols = symtable.symtable("42", "?", "eval")
174 symbols = symtable.symtable("42", "?", "single")
177 symbols = symtable.symtable("def f(x): return x", "?", "exec")