Home
last modified time | relevance | path

Searched refs:PyCode_Type (Results 1 – 8 of 8) 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/cpython2/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()
654 PyTypeObject PyCode_Type = { variable
Dfuncobject.c377 &PyCode_Type, &code, in func_new()
Dobject.c2165 if (PyType_Ready(&PyCode_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython2/PC/os2emx/
Dpython27.def239 "PyCode_Type"
/external/python/cpython2/Modules/
D_hotshot.c1099 &PyCode_Type, &code, in profiler_runcode()