Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dimport.h39 PyAPI_FUNC(PyObject *) PyImport_AddModuleObject(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dimport.h39 PyAPI_FUNC(PyObject *) PyImport_AddModuleObject(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dimport.h39 PyAPI_FUNC(PyObject *) PyImport_AddModuleObject(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dimport.h39 PyAPI_FUNC(PyObject *) PyImport_AddModuleObject(
/aosp_15_r20/external/python/cpython3/Include/
Dimport.h39 PyAPI_FUNC(PyObject *) PyImport_AddModuleObject(
/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/external/python/cpython3/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()
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c286 EXPORT_FUNC(PyImport_AddModuleObject)
/aosp_15_r20/external/python/cpython3/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:
Dpython3.11.abi284 …<elf-symbol name='PyImport_AddModuleObject' type='func-type' binding='global-binding' visibility='…
13837PyImport_AddModuleObject' mangled-name='PyImport_AddModuleObject' filepath='Python/import.c' line=…
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1954 [function.PyImport_AddModuleObject]