Home
last modified time | relevance | path

Searched refs:PyObject_Type (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/PC/os2vacpp/
Dpython.def327 PyObject_Type
/external/python/cpython2/Include/
Dabstract.h413 PyAPI_FUNC(PyObject *) PyObject_Type(PyObject *o);
/external/python/cpython3/Include/
Dabstract.h404 PyAPI_FUNC(PyObject *) PyObject_Type(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def495 PyObject_Type=python37.PyObject_Type
/external/python/cpython2/PC/os2emx/
Dpython27.def122 "PyObject_Type"
/external/python/cpython2/Doc/data/
Drefcounts.dat1048 PyObject_Type:PyObject*::+1:
1049 PyObject_Type:PyObject*:o:0:
/external/python/cpython2/Objects/
Ddescrobject.c1270 type = PyObject_Type(old); in property_copy()
Dabstract.c49 PyObject_Type(PyObject *o) in PyObject_Type() function
/external/python/cpython3/Objects/
Ddescrobject.c1399 type = PyObject_Type(old); in property_copy()
Dabstract.c32 PyObject_Type(PyObject *o) in PyObject_Type() function
/external/python/cpython3/Doc/c-api/
Dobject.rst372 .. c:function:: PyObject* PyObject_Type(PyObject *o)
/external/python/cpython2/Doc/c-api/
Dobject.rst337 .. c:function:: PyObject* PyObject_Type(PyObject *o)
/external/python/cpython3/Doc/data/
Drefcounts.dat1770 PyObject_Type:PyObject*::+1:
1771 PyObject_Type:PyObject*:o:0:
/external/python/cpython2/Misc/
DHISTORY5828 where base is tp_base, defaulting to &PyObject_Type.
/external/python/cpython3/Misc/
DHISTORY23212 where base is tp_base, defaulting to &PyObject_Type.