pyclbr.Class.file
  • References/Python/Python/Language

Class.file Name of the file containing the class statement defining the class.

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

is_global() Return True if the symbol is global.

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

is_parameter() Return True if the symbol is a parameter.

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

classmethod from_traceback(tb) Construct a Bytecode instance from the given traceback, setting current_offset

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

ast.walk(node) Recursively yield all descendant nodes in the tree starting at node (including node itself)

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

parser.st2tuple(st, line_info=False, col_info=False) This function accepts an ST object from the caller in st and returns

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

get_parameters() Return a tuple containing names of parameters to this function.

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

class symtable.SymbolTable A namespace table for a block. The constructor is not public.

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

ast.iter_child_nodes(node) Yield all direct child nodes of node, that is, all fields that are nodes and all items of

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

dis.get_instructions(x, *, first_line=None) Return an iterator over the instructions in the supplied function, method, source

2025-01-10 15:47:30