Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcode.h65 PyAPI_DATA(PyTypeObject) PyCode_Type;
67 #define PyCode_Check(op) (Py_TYPE(op) == &PyCode_Type)
/external/python/cpython3/Objects/clinic/
Dfuncobject.c.h46 if (!PyObject_TypeCheck(fastargs[0], &PyCode_Type)) { in func_new()
47 _PyArg_BadArgument("function", "argument 'code'", (&PyCode_Type)->tp_name, fastargs[0]); in func_new()
/external/python/cpython3/Include/cpython/
Dcode.h111 PyAPI_DATA(PyTypeObject) PyCode_Type;
113 #define PyCode_Check(op) Py_IS_TYPE(op, &PyCode_Type)
/external/python/cpython3/Python/clinic/
Dimport.c.h94 if (!PyObject_TypeCheck(args[0], &PyCode_Type)) { in _imp__fix_co_filename()
95 _PyArg_BadArgument("_fix_co_filename", "argument 1", (&PyCode_Type)->tp_name, args[0]); in _imp__fix_co_filename()
/external/python/cpython2/Doc/c-api/
Dcode.rst22 .. c:var:: PyTypeObject PyCode_Type
/external/python/cpython3/Doc/c-api/
Dcode.rst22 .. c:var:: PyTypeObject PyCode_Type
/external/python/cpython2/PC/os2vacpp/
Dpython.def12 PyCode_Type
/external/python/cpython2/Objects/
Dcodeobject.c120 co = PyObject_NEW(PyCodeObject, &PyCode_Type); in PyCode_New()
653 PyTypeObject PyCode_Type = { variable
Dfuncobject.c377 &PyCode_Type, &code, in func_new()
Dobject.c2170 if (PyType_Ready(&PyCode_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/Objects/
Dcodeobject.c223 co = PyObject_New(PyCodeObject, &PyCode_Type); in PyCode_NewWithPosOnlyArgs()
937 PyTypeObject PyCode_Type = { variable
Dobject.c1789 INIT_TYPE(&PyCode_Type, "code"); in _PyTypes_Init()
/external/python/cpython2/PC/os2emx/
Dpython27.def239 "PyCode_Type"
/external/python/cpython2/Modules/
D_hotshot.c1099 &PyCode_Type, &code, in profiler_runcode()
/external/python/cpython3/Tools/c-analyzer/
DTODO692 Objects/codeobject.c:PyCode_Type PyTypeObject PyCode_Type
Dknown.tsv813 Objects/codeobject.c - PyCode_Type variable PyTypeObject PyCode_Type