如何获取当前符号表

时间:2014-03-02 16:45:00

标签: python scope symbol-table

python中,我们可以使用以下内容:

symtable.symtable(code,file,compile type)

但是有可能将symtable对象作为当前可执行代码吗?

1 个答案:

答案 0 :(得分:1)

可执行代码本身携带该信息。请参阅inspect module documentation,但代码对象包含co_namesco_varnames