token.ISNONTERMINAL()
  • References/Python/Python/Language

token.ISNONTERMINAL(x) Return true for non-terminal token values.

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
pyclbr.Class.lineno
  • References/Python/Python/Language

Class.lineno The line number of the class statement within the file named by file.

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

dis.distb(tb=None, *, file=None) Disassemble the top-of-stack function of a traceback, using the last traceback if none was

2025-01-10 15:47:30
tabnanny.filename_only
  • References/Python/Python/Language

tabnanny.filename_only Flag indicating whether to print only the filenames of files containing whitespace related problems.

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

dis.hasfree Sequence of bytecodes that access a free variable (note that ‘free’ in this context refers to names in the current

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

dis.disassemble(code, lasti=-1, *, file=None) dis.disco(code, lasti=-1, *, file=None) Disassemble a code object

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

get_identifiers() Return a list of names of symbols in this table.

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

dis.code_info(x) Return a formatted multi-line string with detailed code object information for the supplied function, generator

2025-01-10 15:47:30