is_namespace() Return True if name binding introduces new namespace. If the name
ST.compile(filename='') Same as compilest(st, filename).
dis.findlinestarts(code) This generator function uses the co_firstlineno and co_lnotab attributes
parser.st2list(st, line_info=False, col_info=False) This function accepts an ST object from the caller in st and returns
dis.hasjabs Sequence of bytecodes that have an absolute jump target.
class dis.Instruction Details for a bytecode operation opcode
ast.parse(source, filename='', mode='exec') Parse the source into an AST node. Equivalent to compile(source, filename
pickletools.dis(pickle, out=None, memo=None, indentlevel=4, annotate=0) Outputs a symbolic disassembly of the pickle to the file-like object out, defaulting
get_globals() Return a tuple containing names of globals in this function.
is_free() Return True if the symbol is referenced in its block, but not assigned to.
Page 7 of 15