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

get_id() Return the table’s identifier.

2025-01-10 15:47:30
dis.Bytecode.codeobj
  • References/Python/Python/Language

codeobj The compiled code object.

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

token.ISEOF(x) Return true if x is the marker indicating the end of input.

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
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
symtable.SymbolTable.is_optimized()
  • References/Python/Python/Language

is_optimized() Return True if the locals in this table can be optimized.

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
pyclbr.Class.name
  • References/Python/Python/Language

Class.name The name of the class.

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

class symtable.Symbol An entry in a SymbolTable corresponding to an identifier in the source. The constructor is

2025-01-10 15:47:30