symtable.Symbol.is_global()
  • References/Python/Python/Language

is_global() Return True if the symbol is global.

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

has_exec() Return True if the block uses exec.

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

parser.issuite(st) This function mirrors isexpr() in that it reports whether an ST object represents an 'exec'

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

ast.fix_missing_locations(node) When you compile a node tree with

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

dis.hasname Sequence of bytecodes that access an attribute by name.

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

arg numeric argument to operation (if any), otherwise None

2025-01-10 15:47:30