Searched refs:PyType_GetModule (Results 1 – 6 of 6) sorted by relevance
112 .. c:function:: PyObject* PyType_GetModule(PyTypeObject *type)121 Note that in such a method, ``PyType_GetModule(Py_TYPE(self))``133 of :c:func:`PyType_GetModule`.165 retreived with :c:func:`PyType_GetModule`.
218 PyAPI_FUNC(PyObject *) PyType_GetModule(struct _typeobject *);
138 retval = PyType_GetModule(cls); in _testmultiphase_StateAccessType_get_defining_module_impl()
13274 PyObject *module = PyType_GetModule(defining_class); in DirEntry_get_lstat()13310 PyObject *module = PyType_GetModule(defining_class); in os_DirEntry_stat_impl()13360 _posixstate* state = get_posix_state(PyType_GetModule(defining_class)); in DirEntry_test_mode()13788 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); in ScandirIterator_iternext()13860 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); in ScandirIterator_iternext()
3122 PyType_GetModule(PyTypeObject *type) in PyType_GetModule() function3148 PyObject *m = PyType_GetModule(type); in PyType_GetModuleState()
1239 a module with a class; :c:func:`PyType_GetModule` and