py_compile.PyCompileError
  • References/Python/Python/Language

exception py_compile.PyCompileError Exception raised when an error occurs while attempting to compile the file.

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

first_line The first source line of the code object (if available)

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

ST.tolist(line_info=False, col_info=False) Same as st2list(st, line_info, col_info).

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

is_nested() Return True if the block is a nested class or function.

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

ST.totuple(line_info=False, col_info=False) Same as st2tuple(st, line_info, col_info).

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

parser.isexpr(st) When st represents an 'eval' form, this function returns true, otherwise it returns

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

ast.literal_eval(node_or_string) Safely evaluate an expression node or a string containing a Python literal or container display

2025-01-10 15:47:30
ast.AST.lineno
  • References/Python/Python/Language

lineno col_offset Instances of ast.expr and ast.stmt subclasses have lineno

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

compileall.compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimize=-1) Compile the file with

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

get_namespaces() Return a list of namespaces bound to this name.

2025-01-10 15:47:30