py_compile.main()
  • References/Python/Python/Language

py_compile.main(args=None) Compile several source files. The files named in args (or on the command line, if args

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

get_id() Return the table’s identifier.

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

get_methods() Return a tuple containing the names of methods declared in the class.

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
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
py_compile.compile()
  • References/Python/Python/Language

py_compile.compile(file, cfile=None, dfile=None, doraise=False, optimize=-1) Compile a source file to byte-code and write out

2025-01-10 15:47:30