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

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

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

dis.stack_effect(opcode[, oparg]) Compute the stack effect of opcode with argument oparg.

2025-01-10 15:47:30
keyword.kwlist
  • References/Python/Python/Language

keyword.kwlist Sequence containing all the keywords defined for the interpreter. If any keywords are defined to only be active

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

dis.hascompare Sequence of bytecodes of Boolean operations.

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

dis.opname Sequence of operation names, indexable using the bytecode.

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

py_compile.main(args=None) Compile several source files. The files named in args (or on the command line, if args

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

get_id() Return the table’s identifier.

2025-01-10 15:47:30