Home
last modified time | relevance | path

Searched refs:PyImport_AddModuleObject (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dimport.h39 PyAPI_FUNC(PyObject *) PyImport_AddModuleObject(
/third_party/python/Doc/c-api/
Dimport.rst98 .. c:function:: PyObject* PyImport_AddModuleObject(PyObject *name)
117 Similar to :c:func:`PyImport_AddModuleObject`, but the name is a UTF-8
/third_party/python/Python/
Dimport.c599 PyImport_AddModuleObject(PyObject *name) in PyImport_AddModuleObject() function
623 PyObject *module = PyImport_AddModuleObject(nameobj); in PyImport_AddModule()
981 mod = PyImport_AddModuleObject(name); in create_builtin()
Dpythonrun.c255 m = PyImport_AddModuleObject(&_Py_ID(__main__)); in PyRun_InteractiveOneObjectEx()
/third_party/python/PC/
Dpython3dll.c286 EXPORT_FUNC(PyImport_AddModuleObject)
/third_party/python/Doc/data/
Dstable_abi.dat302 function,PyImport_AddModuleObject,3.7,,
Drefcounts.dat973 PyImport_AddModuleObject:PyObject*::0:reference borrowed from sys.modules
974 PyImport_AddModuleObject:PyObject*:name:0:
/third_party/python/Misc/
Dstable_abi.toml1954 [function.PyImport_AddModuleObject]