tabnanny.verbose
  • References/Python/Python/Language

tabnanny.verbose Flag indicating whether to print verbose messages. This is incremented by the -v option if called

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

Function.lineno The line number of the def statement within the file named by file.

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

is_referenced() Return True if the symbol is used in its block.

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

get_type() Return the type of the symbol table. Possible values are 'class', 'module', and 'function'

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

_fields Each concrete class has an attribute _fields which gives the names of all child nodes.

2025-01-10 15:47:30
dis.Instruction.offset
  • References/Python/Python/Language

offset start index of operation within bytecode sequence

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

get_name() Return the table’s name. This is the name of the class if the table is for a class, the name of the function if the

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

get_children() Return a list of the nested symbol tables.

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

ast.increment_lineno(node, n=1) Increment the line number of each node in the tree starting at node by n.

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

pickletools.genops(pickle) Provides an iterator over all of the opcodes in a pickle,

2025-01-10 15:47:30