symtable.symtable()
  • References/Python/Python/Language

symtable.symtable(code, filename, compile_type) Return the toplevel SymbolTable for the Python source code

2025-01-10 15:47:30
token.tok_name
  • References/Python/Python/Language

token.tok_name Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing

2025-01-10 15:47:30
symtable.Symbol.is_namespace()
  • References/Python/Python/Language

is_namespace() Return True if name binding introduces new namespace. If the name

2025-01-10 15:47:30
pyclbr.readmodule_ex()
  • References/Python/Python/Language

pyclbr.readmodule_ex(module, path=None) Like readmodule(), but the returned dictionary, in addition to mapping

2025-01-10 15:47:30
pyclbr.Class.super
  • References/Python/Python/Language

Class.super A list of Class objects which describe the immediate base classes of the class being described. Classes

2025-01-10 15:47:30
ast.AST
  • References/Python/Python/Language

class ast.AST This is the base of all AST node classes. The actual node classes are derived from the Parser/Python.asdl

2025-01-10 15:47:30
dis.disassemble()
  • References/Python/Python/Language

dis.disassemble(code, lasti=-1, *, file=None) dis.disco(code, lasti=-1, *, file=None) Disassemble a code object

2025-01-10 15:47:30
pyclbr.Class.lineno
  • References/Python/Python/Language

Class.lineno The line number of the class statement within the file named by file.

2025-01-10 15:47:30
symtable.SymbolTable.get_identifiers()
  • References/Python/Python/Language

get_identifiers() Return a list of names of symbols in this table.

2025-01-10 15:47:30
dis.dis()
  • References/Python/Python/Language

dis.dis(x=None, *, file=None) Disassemble the x object. x can denote either a module, a class, a method, a

2025-01-10 15:47:30