diff options
Diffstat (limited to 'Doc/c-api/import.rst')
| -rw-r--r-- | Doc/c-api/import.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Doc/c-api/import.rst b/Doc/c-api/import.rst index 86cc403161..3bc5060971 100644 --- a/Doc/c-api/import.rst +++ b/Doc/c-api/import.rst @@ -223,21 +223,6 @@ Importing Modules Return a new reference to the finder object. -.. c:function:: void _PyImport_Init() - - Initialize the import mechanism. For internal use only. - - -.. c:function:: void PyImport_Cleanup() - - Empty the module table. For internal use only. - - -.. c:function:: void _PyImport_Fini() - - Finalize the import mechanism. For internal use only. - - .. c:function:: int PyImport_ImportFrozenModuleObject(PyObject *name) Load a frozen module named *name*. Return ``1`` for success, ``0`` if the |
