Home
last modified time | relevance | path

Searched refs:_PyType_GetModuleByDef (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/python311/Python-3.11.0a3/Modules/_sqlite/
H A Dmodule.h77 PyObject *module = _PyType_GetModuleByDef(tp, &_sqlite3module); in pysqlite_get_state_by_type()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_ssl.h45 (get_ssl_state(_PyType_GetModuleByDef(type, &_sslmodule_def)))
H A D_queuemodule.c20 (simplequeue_get_state(_PyType_GetModuleByDef(type, &queuemodule)))
H A D_threadmodule.c794 PyObject *module = _PyType_GetModuleByDef(type, &thread_module); in local_new()
933 PyObject *module = _PyType_GetModuleByDef(Py_TYPE(self), &thread_module); in local_setattro()
990 PyObject *module = _PyType_GetModuleByDef(Py_TYPE(self), &thread_module); in local_getattro()
H A D_randommodule.c98 (get_random_state(_PyType_GetModuleByDef(type, &_randommodule)))
H A D_testmultiphase.c147 assert(_PyType_GetModuleByDef(Py_TYPE(self), &def_meth_state_access) == retval); in _testmultiphase_StateAccessType_get_defining_module_impl()
H A D_csv.c377 PyObject *module = _PyType_GetModuleByDef(type, &_csvmodule); in _csv_state_from_type()
H A D_functoolsmodule.c53 PyObject *module = _PyType_GetModuleByDef(type, &_functools_module); in get_functools_state_by_type()
H A D_struct.c36 (get_struct_state(_PyType_GetModuleByDef(Py_TYPE(self), &_structmodule)))
H A Darraymodule.c71 (get_array_state(_PyType_GetModuleByDef(tp, &arraymodule)))
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_ssl.h45 (get_ssl_state(_PyType_GetModuleByDef(type, &_sslmodule_def)))
H A D_queuemodule.c24 (simplequeue_get_state(_PyType_GetModuleByDef(type, &queuemodule)))
H A D_threadmodule.c793 PyObject *module = _PyType_GetModuleByDef(type, &thread_module); in local_new()
932 PyObject *module = _PyType_GetModuleByDef(Py_TYPE(self), &thread_module); in local_setattro()
989 PyObject *module = _PyType_GetModuleByDef(Py_TYPE(self), &thread_module); in local_getattro()
H A D_randommodule.c102 (get_random_state(_PyType_GetModuleByDef(type, &_randommodule)))
H A D_testmultiphase.c151 assert(_PyType_GetModuleByDef(Py_TYPE(self), &def_meth_state_access) == retval); in _testmultiphase_StateAccessType_get_defining_module_impl()
H A D_csv.c375 PyObject *module = _PyType_GetModuleByDef(type, &_csvmodule); in _csv_state_from_type()
H A D_functoolsmodule.c54 PyObject *module = _PyType_GetModuleByDef(type, &_functools_module); in get_functools_state_by_type()
H A D_struct.c41 (get_struct_state(_PyType_GetModuleByDef(Py_TYPE(self), &_structmodule)))
H A Darraymodule.c69 (get_array_state(_PyType_GetModuleByDef(tp, &arraymodule)))
/dports/lang/python311/Python-3.11.0a3/Python/
H A DPython-tokenize.c16 get_tokenize_state(_PyType_GetModuleByDef(type, &_tokenizemodule))
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dobject.h307 PyAPI_FUNC(PyObject *) _PyType_GetModuleByDef(PyTypeObject *, struct PyModuleDef *);
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dobject.h308 PyAPI_FUNC(PyObject *) _PyType_GetModuleByDef(PyTypeObject *, struct PyModuleDef *);
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/
H A Dobject.h307 PyAPI_FUNC(PyObject *) _PyType_GetModuleByDef(PyTypeObject *, struct PyModuleDef *);
/dports/lang/python311/Python-3.11.0a3/Modules/cjkcodecs/
H A Dmultibytecodec.c35 PyObject *module = _PyType_GetModuleByDef(type, &_multibytecodecmodule); in _multibyte_codec_find_state_by_type()
/dports/lang/python310/Python-3.10.1/Modules/cjkcodecs/
H A Dmultibytecodec.c35 PyObject *module = _PyType_GetModuleByDef(type, &_multibytecodecmodule); in _multibyte_codec_find_state_by_type()

12