Classes | |
struct | PyCodeObject |
struct | _addr_pair |
Macros | |
#define | _Py_OPCODE(word) |
#define | _Py_OPARG(word) |
#define | CO_OPTIMIZED |
#define | CO_NEWLOCALS |
#define | CO_VARARGS |
#define | CO_VARKEYWORDS |
#define | CO_NESTED |
#define | CO_GENERATOR |
#define | CO_NOFREE |
#define | CO_COROUTINE |
#define | CO_ITERABLE_COROUTINE |
#define | CO_ASYNC_GENERATOR |
#define | CO_FUTURE_DIVISION |
#define | CO_FUTURE_ABSOLUTE_IMPORT |
#define | CO_FUTURE_WITH_STATEMENT |
#define | CO_FUTURE_PRINT_FUNCTION |
#define | CO_FUTURE_UNICODE_LITERALS |
#define | CO_FUTURE_BARRY_AS_BDFL |
#define | CO_FUTURE_GENERATOR_STOP |
#define | CO_FUTURE_ANNOTATIONS |
#define | CO_CELL_NOT_AN_ARG |
#define | PY_PARSER_REQUIRES_FUTURE_KEYWORD |
#define | CO_MAXBLOCKS |
#define | PyCode_Check(op) |
#define | PyCode_GetNumFree(op) |
Typedefs | |
typedef uint16_t | _Py_CODEUNIT |
typedef struct _PyOpcache | _PyOpcache |
typedef struct _addr_pair | PyAddrPair |
Functions | |
PyAPI_DATA (PyTypeObject) PyCode_Type | |
PyAPI_FUNC (PyCodeObject *) PyCode_New(int | |
PyAPI_FUNC (int) PyCode_Addr2Line(PyCodeObject * | |
PyAPI_FUNC (PyObject *) _PyCode_ConstantKey(PyObject *obj) | |
#define _Py_OPCODE | ( | word | ) |
#define _Py_OPARG | ( | word | ) |
#define CO_OPTIMIZED |
#define CO_NEWLOCALS |
#define CO_VARARGS |
#define CO_VARKEYWORDS |
#define CO_NESTED |
#define CO_GENERATOR |
#define CO_NOFREE |
#define CO_COROUTINE |
#define CO_ITERABLE_COROUTINE |
#define CO_ASYNC_GENERATOR |
#define CO_FUTURE_DIVISION |
#define CO_FUTURE_ABSOLUTE_IMPORT |
#define CO_FUTURE_WITH_STATEMENT |
#define CO_FUTURE_PRINT_FUNCTION |
#define CO_FUTURE_UNICODE_LITERALS |
#define CO_FUTURE_BARRY_AS_BDFL |
#define CO_FUTURE_GENERATOR_STOP |
#define CO_FUTURE_ANNOTATIONS |
#define CO_CELL_NOT_AN_ARG |
#define PY_PARSER_REQUIRES_FUTURE_KEYWORD |
#define CO_MAXBLOCKS |
#define PyCode_Check | ( | op | ) |
#define PyCode_GetNumFree | ( | op | ) |
typedef uint16_t _Py_CODEUNIT |
typedef struct _PyOpcache _PyOpcache |
typedef struct _addr_pair PyAddrPair |
PyAPI_DATA | ( | PyTypeObject | ) |
PyAPI_FUNC | ( | PyCodeObject * | ) |
PyAPI_FUNC | ( | int | ) |
PyAPI_FUNC | ( | PyObject * | ) |
int |
PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject const char* funcname |
PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject PyObject const char int firstlineno |
int lasti |
int PyAddrPair* bounds |
PyObject* consts |
Py_ssize_t index |
Py_ssize_t void * extra |