Home
last modified time | relevance | path

Searched refs:PyCell_Type (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Include/
Dcellobject.h14 PyAPI_DATA(PyTypeObject) PyCell_Type;
16 #define PyCell_Check(op) (Py_TYPE(op) == &PyCell_Type)
/external/python/cpython3/Include/
Dcellobject.h14 PyAPI_DATA(PyTypeObject) PyCell_Type;
16 #define PyCell_Check(op) Py_IS_TYPE(op, &PyCell_Type)
/external/python/cpython2/Objects/
Dcellobject.c10 op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type); in PyCell_New()
114 PyTypeObject PyCell_Type = { variable
Dobject.c2215 if (PyType_Ready(&PyCell_Type) < 0) in _Py_ReadyTypes()
/external/python/cpython3/Objects/
Dcellobject.c11 op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type); in PyCell_New()
157 PyTypeObject PyCell_Type = { variable
Dobject.c1805 INIT_TYPE(&PyCell_Type, "cell"); in _PyTypes_Init()
/external/python/cpython2/Modules/_sqlite/
Dmodule.c399 Py_INCREF((PyObject*)&PyCell_Type); in init_sqlite3()
400 pysqlite_OptimizedUnicode = (PyObject*)&PyCell_Type; in init_sqlite3()
/external/python/cpython3/Doc/c-api/
Dcell.rst23 .. c:var:: PyTypeObject PyCell_Type
/external/python/cpython2/Doc/c-api/
Dcell.rst23 .. c:var:: PyTypeObject PyCell_Type
/external/python/cpython2/PC/os2emx/
Dpython27.def196 "PyCell_Type"
/external/python/cpython3/Tools/c-analyzer/
DTODO689 Objects/cellobject.c:PyCell_Type PyTypeObject PyCell_Type
Dknown.tsv808 Objects/cellobject.c - PyCell_Type variable PyTypeObject PyCell_Type