Searched refs:PyType_GetModuleState (Results 1 – 6 of 6) sorted by relevance
168 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()
83 state = PyType_GetModuleState(type); in abc_data_new()
219 PyAPI_FUNC(void *) PyType_GetModuleState(struct _typeobject *);
129 .. c:function:: void* PyType_GetModuleState(PyTypeObject *type)
1240 :c:func:`PyType_GetModuleState` to retrieve the module and its state; and
3146 PyType_GetModuleState(PyTypeObject *type) in PyType_GetModuleState() function