Searched refs:def_meth_state_access (Results 1 – 2 of 2) sorted by relevance
124 static PyModuleDef def_meth_state_access; variable147 assert(_PyType_GetModuleByDef(Py_TYPE(self), &def_meth_state_access) == retval); in _testmultiphase_StateAccessType_get_defining_module_impl()832 static PyModuleDef def_meth_state_access = { variable844 return PyModuleDef_Init(&def_meth_state_access); in PyInit__testmultiphase_meth_state_access()
227 Modules/_testmultiphase.c - def_meth_state_access -