starts_line line started by this opcode (if any), otherwise None
get_type() Return the type of the symbol table. Possible values are 'class', 'module', and 'function'
_fields Each concrete class has an attribute _fields which gives the names of all child nodes.
ast.get_docstring(node, clean=True) Return the docstring of the given node (which must be a FunctionDef
dis.findlabels(code) Detect all offsets in the code object code which are jump targets, and return a list of these
tabnanny.tokeneater(type, token, start, end, line) This function is used by check() as a callback parameter to
get_children() Return a list of the nested symbol tables.
ast.literal_eval(node_or_string) Safely evaluate an expression node or a string containing a Python literal or container display
token.ISTERMINAL(x) Return true for terminal token values.
ast.dump(node, annotate_fields=True, include_attributes=False) Return a formatted dump of the tree in node. This is
Page 11 of 15