Home
last modified time | relevance | path

Searched refs:PyCode_Type (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dfuncobject.c.h80 if (!PyObject_TypeCheck(fastargs[0], &PyCode_Type)) { in func_new()
81 _PyArg_BadArgument("function", "argument 'code'", (&PyCode_Type)->tp_name, fastargs[0]); in func_new()
Dcodeobject.c.h33 PyTypeObject *base_tp = &PyCode_Type; in code_new()
/external/python/cpython3/Include/cpython/
Dcode.h179 PyAPI_DATA(PyTypeObject) PyCode_Type;
181 #define PyCode_Check(op) Py_IS_TYPE((op), &PyCode_Type)
/external/python/cpython3/Python/clinic/
Dimport.c.h100 if (!PyObject_TypeCheck(args[0], &PyCode_Type)) { in _imp__fix_co_filename()
101 _PyArg_BadArgument("_fix_co_filename", "argument 1", (&PyCode_Type)->tp_name, args[0]); in _imp__fix_co_filename()
/external/python/cpython3/Python/
Dframe.c158 [PyUnstable_EXECUTABLE_KIND_PY_FUNCTION] = &PyCode_Type,
Dspecialize.c2568 _PyVarObject_HEAD_INIT(&PyCode_Type, 3),
/external/python/cpython3/Objects/
Dcodeobject.c679 co = PyObject_GC_NewVar(PyCodeObject, &PyCode_Type, size); in _PyCode_New()
681 co = PyObject_NewVar(PyCodeObject, &PyCode_Type, size); in _PyCode_New()
2338 PyTypeObject PyCode_Type = { variable
Dobject.c2257 &PyCode_Type,
/external/python/cpython3/Doc/c-api/
Dcode.rst22 .. c:var:: PyTypeObject PyCode_Type
/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv21 Objects/codeobject.c - PyCode_Type -
/external/python/cpython3/Modules/
D_testinternalcapi.c1900 if (!PyArg_ParseTuple(args, "O!", &PyCode_Type, &co)) { in compile_perf_trampoline_entry()
/external/python/cpython3/Tools/c-analyzer/
DTODO634 Objects/codeobject.c:PyCode_Type PyTypeObject PyCode_Type
/external/python/cpython3/Doc/data/
Dpython3.13.abi1485 …<elf-symbol name='PyCode_Type' size='416' type='object-type' binding='global-binding' visibility='…
5855PyCode_Type' type-id='type-id-266' mangled-name='PyCode_Type' visibility='default' filepath='./Inc…