Searched refs:PyType_GetModule (Results 1 – 22 of 22) sorted by relevance
221 .. c:function:: PyObject* PyType_GetModule(PyTypeObject *type)230 Note that in such a method, ``PyType_GetModule(Py_TYPE(self))``244 of :c:func:`PyType_GetModule`.310 retrieved with :c:func:`PyType_GetModule`.
342 PyObject *module = PyType_GetModule(cls); in empty_error()
112 #define _selectstate_by_type(type) get_select_state(PyType_GetModule(type))2055 PyObject *module = PyType_GetModule(Py_TYPE(self)); in kqueue_tracking_add()2086 Py_BEGIN_CRITICAL_SECTION(PyType_GetModule(Py_TYPE(self))); in kqueue_tracking_remove()
148 retval = PyType_GetModule(cls); in _testmultiphase_StateAccessType_get_defining_module_impl()
879 PyObject *module = PyType_GetModule(cls); in zlib_Decompress_decompress_impl()1252 PyObject *module = PyType_GetModule(cls); in zlib_Decompress_flush_impl()
15666 PyObject *module = PyType_GetModule(defining_class); in DirEntry_get_lstat()15701 PyObject *module = PyType_GetModule(defining_class); in os_DirEntry_stat_impl()15750 _posixstate* state = get_posix_state(PyType_GetModule(defining_class)); in DirEntry_test_mode()16186 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); in ScandirIterator_iternext()16258 PyObject *module = PyType_GetModule(Py_TYPE(iterator)); in ScandirIterator_iternext()
42 (get_struct_state(PyType_GetModule(Py_TYPE(self))))
80 (get_array_state(PyType_GetModule(cls)))
5359 PyObject *module = PyType_GetModule(Py_TYPE(self)); in _ssl_MemoryBIO_write_impl()
528 PyObject *module = PyType_GetModule(state->PyCType_Type); in PyStgInfo_Init()
521 PyAPI_FUNC(PyObject *) PyType_GetModule(PyTypeObject *);
646 EXPORT_FUNC(PyType_GetModule)
686 func,PyType_GetModule,3.10,,
806 …<elf-symbol name='PyType_GetModule' type='func-type' binding='global-binding' visibility='default-…9937 …PyType_GetModule' mangled-name='PyType_GetModule' filepath='Objects/typeobject.c' line='4923' colu…
1091 PyObject *module = PyType_GetModule(cls); in create_callback_context()
461 you can call :c:func:`PyType_GetModule` to get the associated module, and then
1471 :c:func:`PyType_FromModuleAndSpec`, :c:func:`PyType_GetModule` and
392 (get_sre_module_state(PyType_GetModule(cls)))
1963 ret = PyDec_SetCurrentContext(PyType_GetModule(Py_TYPE(self)), self->local); in ctxmanager_set_local()1978 ret = PyDec_SetCurrentContext(PyType_GetModule(Py_TYPE(self)), self->global); in ctxmanager_restore_global()
2188 [function.PyType_GetModule]
4923 PyType_GetModule(PyTypeObject *type) in PyType_GetModule() function4949 PyObject *m = PyType_GetModule(type); in PyType_GetModuleState()
1274 a module with a class; :c:func:`PyType_GetModule` and