Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcellobject.h14 PyAPI_DATA(PyTypeObject) PyCell_Type;
16 #define PyCell_Check(op) Py_IS_TYPE(op, &PyCell_Type)
/third_party/python/Objects/
Dcellobject.c11 op = (PyCellObject *)PyObject_GC_New(PyCellObject, &PyCell_Type); in PyCell_New()
157 PyTypeObject PyCell_Type = { variable
Dobject.c1807 INIT_TYPE(PyCell_Type); in _PyTypes_Init()
/third_party/python/Doc/c-api/
Dcell.rst23 .. c:var:: PyTypeObject PyCell_Type
/third_party/python/Tools/c-analyzer/
DTODO684 Objects/cellobject.c:PyCell_Type PyTypeObject PyCell_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1648 Objects/cellobject.c - PyCell_Type -