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

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

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

symtable.symtable(code, filename, compile_type) Return the toplevel SymbolTable for the Python source code

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

token.tok_name Dictionary mapping the numeric values of the constants defined in this module back to name strings, allowing

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