Searched refs:PyObject_GetTypeData (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/Modules/_testlimitedcapi/ |
D | heaptype_relative.c | 55 char *data_ptr = PyObject_GetTypeData(instance, (PyTypeObject *)sub); in make_sized_heaptypes() 80 void *data_ptr = PyObject_GetTypeData(self, defining_class); in var_heaptype_set_data_to_3s() 96 void *data_ptr = PyObject_GetTypeData(self, defining_class); in var_heaptype_get_data()
|
/external/python/cpython3/Modules/_ctypes/ |
D | ctypes.h | 466 StgInfo *info = PyObject_GetTypeData((PyObject *)type, state->PyCType_Type); in _stginfo_from_type() 521 StgInfo *info = PyObject_GetTypeData((PyObject *)type, state->PyCType_Type); in PyStgInfo_Init()
|
/external/python/cpython3/Include/ |
D | object.h | 534 PyAPI_FUNC(void *) PyObject_GetTypeData(PyObject *obj, PyTypeObject *cls);
|
/external/python/cpython3/Doc/c-api/ |
D | object.rst | 522 .. c:function:: void *PyObject_GetTypeData(PyObject *o, PyTypeObject *cls) 537 memory :c:func:`PyObject_GetTypeData` returns.
|
D | type.rst | 413 Use :c:func:`PyObject_GetTypeData` to get a pointer to subclass-specific
|
/external/python/cpython3/PC/ |
D | python3dll.c | 494 EXPORT_FUNC(PyObject_GetTypeData)
|
/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 536 func,PyObject_GetTypeData,3.12,,
|
D | python3.13.abi | 600 …<elf-symbol name='PyObject_GetTypeData' type='func-type' binding='global-binding' visibility='defa… 9956 …PyObject_GetTypeData' mangled-name='PyObject_GetTypeData' filepath='Objects/typeobject.c' line='50…
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 2422 [function.PyObject_GetTypeData]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.12.0b1.rst | 2353 :c:func:`PyObject_GetTypeData` can be used to get subclass-specific data,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.12.rst | 1863 - :c:func:`PyObject_GetTypeData` and :c:func:`PyType_GetTypeDataSize`
|
/external/python/cpython3/Objects/ |
D | typeobject.c | 5041 PyObject_GetTypeData(PyObject *obj, PyTypeObject *cls) in PyObject_GetTypeData() function
|