Home
last modified time | relevance | path

Searched refs:PyImport_ImportModuleLevelObject (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/
Dimport.h60 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevelObject(
/third_party/python/Doc/c-api/
Dimport.rst59 .. c:function:: PyObject* PyImport_ImportModuleLevelObject(PyObject *name, PyObject *globals, PyObj…
75 Similar to :c:func:`PyImport_ImportModuleLevelObject`, but the name is a
/third_party/python/Doc/data/
Drefcounts.dat1034 PyImport_ImportModuleLevelObject:PyObject*::+1:
1035 PyImport_ImportModuleLevelObject:PyObject*:name:0:
1036 PyImport_ImportModuleLevelObject:PyObject*:globals:0:???
1037 PyImport_ImportModuleLevelObject:PyObject*:locals:0:???
1038 PyImport_ImportModuleLevelObject:PyObject*:fromlist:0:???
1039 PyImport_ImportModuleLevelObject:int:level::
Dstable_abi.dat318 function,PyImport_ImportModuleLevelObject,3.7,,
/third_party/python/Python/
Dimport.c1776 PyImport_ImportModuleLevelObject(PyObject *name, PyObject *globals, in PyImport_ImportModuleLevelObject() function
1870 final_mod = PyImport_ImportModuleLevelObject(front, NULL, NULL, NULL, 0); in PyImport_ImportModuleLevelObject()
1934 mod = PyImport_ImportModuleLevelObject(nameobj, globals, locals, in PyImport_ImportModuleLevel()
Dbltinmodule.c277 return PyImport_ImportModuleLevelObject(name, globals, locals, in builtin___import___impl()
Dceval.c7429 res = PyImport_ImportModuleLevelObject(
/third_party/python/Tools/c-analyzer/
DTODO494 Python/import.c:PyImport_ImportModuleLevelObject():PyId___path__ _Py_IDENTIFIER(__path__)
495 Python/import.c:PyImport_ImportModuleLevelObject():PyId___spec__ _Py_IDENTIFIER(__spec__)
496 Python/import.c:PyImport_ImportModuleLevelObject():PyId__handle_fromlist _Py_IDENTIFIER(_handle_fro…
497 Python/import.c:PyImport_ImportModuleLevelObject():PyId__lock_unlock_module _Py_IDENTIFIER(_lock_un…
/third_party/python/PC/
Dpython3dll.c302 EXPORT_FUNC(PyImport_ImportModuleLevelObject)
/third_party/python/Misc/
Dstable_abi.toml1960 [function.PyImport_ImportModuleLevelObject]