Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testmultiphase.c168 meth_state *m_state = PyType_GetModuleState(cls); in _testmultiphase_StateAccessType_increment_count_clinic_impl()
217 meth_state *m_state = PyType_GetModuleState(defining_class); in _StateAccessType_increment_count_noclinic()
236 meth_state *m_state = PyType_GetModuleState(cls); in _testmultiphase_StateAccessType_get_count_impl()
D_abc.c83 state = PyType_GetModuleState(type); in abc_data_new()
/external/python/cpython3/Include/
Dobject.h219 PyAPI_FUNC(void *) PyType_GetModuleState(struct _typeobject *);
/external/python/cpython3/Doc/c-api/
Dtype.rst129 .. c:function:: void* PyType_GetModuleState(PyTypeObject *type)
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1240 :c:func:`PyType_GetModuleState` to retrieve the module and its state; and
/external/python/cpython3/Objects/
Dtypeobject.c3146 PyType_GetModuleState(PyTypeObject *type) in PyType_GetModuleState() function