标签: python scope symbol-table
在python中,我们可以使用以下内容:
symtable.symtable(code,file,compile type)
但是有可能将symtable对象作为当前可执行代码吗?
symtable
答案 0 :(得分:1)
可执行代码本身携带该信息。请参阅inspect module documentation,但代码对象包含co_names和co_varnames。
inspect
co_names
co_varnames