Classes | |
| struct | PyCompilerFlags |
| struct | PyFutureFeatures |
| struct | _PyASTOptimizeState |
Macros | |
| #define | PyCF_MASK |
| #define | PyCF_MASK_OBSOLETE |
| #define | PyCF_SOURCE_IS_UTF8 |
| #define | PyCF_DONT_IMPLY_DEDENT |
| #define | PyCF_ONLY_AST |
| #define | PyCF_IGNORE_COOKIE |
| #define | PyCF_TYPE_COMMENTS |
| #define | PyCF_ALLOW_TOP_LEVEL_AWAIT |
| #define | PyCF_COMPILE_MASK |
| #define | _PyCompilerFlags_INIT |
| #define | FUTURE_NESTED_SCOPES |
| #define | FUTURE_GENERATORS |
| #define | FUTURE_DIVISION |
| #define | FUTURE_ABSOLUTE_IMPORT |
| #define | FUTURE_WITH_STATEMENT |
| #define | FUTURE_PRINT_FUNCTION |
| #define | FUTURE_UNICODE_LITERALS |
| #define | FUTURE_BARRY_AS_BDFL |
| #define | FUTURE_GENERATOR_STOP |
| #define | FUTURE_ANNOTATIONS |
| #define | PyAST_Compile(mod, s, f, ar) |
| #define | PY_INVALID_STACK_EFFECT |
| #define | Py_single_input |
| #define | Py_file_input |
| #define | Py_eval_input |
| #define | Py_func_type_input |
| #define | Py_fstring_input |
Functions | |
| Py_DEPRECATED (3.9) PyAPI_FUNC(PyCodeObject *) PyNode_Compile(struct _node * | |
| PyAPI_FUNC (PyCodeObject *) PyAST_CompileEx(struct _mod *mod | |
| PyAPI_FUNC (PyFutureFeatures *) PyFuture_FromAST(struct _mod *mod | |
| PyAPI_FUNC (PyObject *) _Py_Mangle(PyObject *p | |
| PyAPI_FUNC (int) PyCompile_OpcodeStackEffect(int opcode | |
Variables | |
| const char * | filename |
| const char PyCompilerFlags * | flags |
| const char PyCompilerFlags int | optimize |
| const char PyCompilerFlags int PyArena * | arena |
| PyObject * | name |
| int | oparg |
| int int | jump |
| PyArena _PyASTOptimizeState * | state |
| #define PyCF_MASK |
| #define PyCF_MASK_OBSOLETE |
| #define PyCF_SOURCE_IS_UTF8 |
| #define PyCF_DONT_IMPLY_DEDENT |
| #define PyCF_ONLY_AST |
| #define PyCF_IGNORE_COOKIE |
| #define PyCF_TYPE_COMMENTS |
| #define PyCF_ALLOW_TOP_LEVEL_AWAIT |
| #define PyCF_COMPILE_MASK |
| #define _PyCompilerFlags_INIT |
| #define FUTURE_NESTED_SCOPES |
| #define FUTURE_GENERATORS |
| #define FUTURE_DIVISION |
| #define FUTURE_ABSOLUTE_IMPORT |
| #define FUTURE_WITH_STATEMENT |
| #define FUTURE_PRINT_FUNCTION |
| #define FUTURE_UNICODE_LITERALS |
| #define FUTURE_BARRY_AS_BDFL |
| #define FUTURE_GENERATOR_STOP |
| #define FUTURE_ANNOTATIONS |
| #define PY_INVALID_STACK_EFFECT |
| #define Py_single_input |
| #define Py_file_input |
| #define Py_eval_input |
| #define Py_func_type_input |
| #define Py_fstring_input |
| Py_DEPRECATED | ( | 3. | 9 | ) |
| PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject * PyAPI_FUNC | ( | PyCodeObject * | ) |
| PyAPI_FUNC | ( | PyFutureFeatures * | ) |
| PyAPI_FUNC | ( | PyObject * | ) |
| PyAPI_FUNC | ( | int | ) |
| PyObject* filename |
| PyObject PyCompilerFlags* flags |
| PyObject int PyCompilerFlags int optimize |
| PyArena* arena |
| PyObject* name |
| int oparg |