Python语言服务

parser

ast

symtable

token

keyword

tokenize

tabnanny

pyclbr

py_compile

compileall

dis

dis.dis

1
2
def dis.dis(func)
# 打印可拆解函数语句对应机器指令
  • 将多条语句包装为函数,方便查看对应指令

pickletools

Author

UBeaRLy

Posted on

2019-06-10

Updated on

2019-06-10

Licensed under

Comments