We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92972ae commit 26c95c0Copy full SHA for 26c95c0
Doc/c-api/import.rst
@@ -314,6 +314,13 @@ Importing Modules
314
initialization.
315
316
317
+.. c:var:: struct _inittab *PyImport_Inittab
318
+
319
+ The table of built-in modules used by Python. Do not use this directly; use
320
+ :c:func:`PyImport_ExtendInittab` and :c:func:`PyImport_AppendInittab`
321
+ instead.
322
323
324
.. c:function:: PyObject* PyImport_ImportModuleAttr(PyObject *mod_name, PyObject *attr_name)
325
326
Import the module *mod_name* and get its attribute *attr_name*.
0 commit comments