Home
last modified time | relevance | path

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

/third_party/python/Include/
Dabstract.h268 PyAPI_FUNC(PyObject *) PyObject_Type(PyObject *o);
/third_party/python/Modules/
D_randommodule.c605 PyObject *longtype = PyObject_Type(longval); in _random_exec()
/third_party/python/Python/
Dpystate.c1785 PyObject *cls = PyObject_Type(obj); in _PyCrossInterpreterData_Lookup()
1910 if (_register_xidata(xidregistry, (PyTypeObject *)PyObject_Type(Py_None), _none_shared) != 0) { in _register_builtins_for_crossinterpreter_data()
/third_party/python/Doc/data/
Dstable_abi.dat521 function,PyObject_Type,3.2,
Drefcounts.dat1805 PyObject_Type:PyObject*::+1:
1806 PyObject_Type:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c477 EXPORT_FUNC(PyObject_Type)
/third_party/python/Doc/c-api/
Dobject.rst285 .. c:function:: PyObject* PyObject_Type(PyObject *o)
/third_party/python/Objects/
Ddescrobject.c1650 type = PyObject_Type(old); in property_copy()
Dabstract.c39 PyObject_Type(PyObject *o) in PyObject_Type() function
/third_party/python/Misc/
Dstable_abi.txt1123 function PyObject_Type
DHISTORY23212 where base is tp_base, defaulting to &PyObject_Type.