Home
last modified time | relevance | path

Searched refs:PyImport_ImportModuleLevel (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dimport.h52 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(
70 PyImport_ImportModuleLevel(n, g, l, f, 0)
/third_party/python/Doc/data/
Drefcounts.dat1027 PyImport_ImportModuleLevel:PyObject*::+1:
1028 PyImport_ImportModuleLevel:const char*:name::
1029 PyImport_ImportModuleLevel:PyObject*:globals:0:???
1030 PyImport_ImportModuleLevel:PyObject*:locals:0:???
1031 PyImport_ImportModuleLevel:PyObject*:fromlist:0:???
1032 PyImport_ImportModuleLevel:int:level::
Dstable_abi.dat306 function,PyImport_ImportModuleLevel,3.2,
/third_party/python/Python/
Dimport.c1714 PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject *locals, in PyImport_ImportModuleLevel() function
1802 builtins = PyImport_ImportModuleLevel("builtins", in PyImport_Import()
/third_party/python/PC/
Dpython3dll.c295 EXPORT_FUNC(PyImport_ImportModuleLevel)
/third_party/python/Doc/c-api/
Dimport.rst73 .. c:function:: PyObject* PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject …
/third_party/python/Misc/
Dstable_abi.txt782 function PyImport_ImportModuleLevel
DHISTORY10556 - Issue #12173: The first argument of PyImport_ImportModuleLevel is now `const
/third_party/python/Doc/whatsnew/
D3.3.rst2486 longer valid, the same now holds for :c:func:`PyImport_ImportModuleLevel`.