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
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
dis.Instruction.offset
  • References/Python/Python/Language

offset start index of operation within bytecode sequence

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

tabnanny.tokeneater(type, token, start, end, line) This function is used by check() as a callback parameter to

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

tabnanny.check(file_or_dir) If file_or_dir is a directory and not a symbolic link, then recursively descend the directory

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

class symtable.Function A namespace for a function or method. This class inherits SymbolTable.

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

opcode numeric code for operation, corresponding to the opcode values listed below and the bytecode values in the Opcode

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

tokenize.open(filename) Open a file in read only mode using the encoding detected by detect_encoding().

2025-01-10 15:47:30