Searched refs:PyImport_ImportModuleLevel (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Include/ |
D | import.h | 52 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel( 70 PyImport_ImportModuleLevel(n, g, l, f, 0)
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 1027 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::
|
D | stable_abi.dat | 306 function,PyImport_ImportModuleLevel,3.2,
|
/third_party/python/Python/ |
D | import.c | 1714 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/ |
D | python3dll.c | 295 EXPORT_FUNC(PyImport_ImportModuleLevel)
|
/third_party/python/Doc/c-api/ |
D | import.rst | 73 .. c:function:: PyObject* PyImport_ImportModuleLevel(const char *name, PyObject *globals, PyObject …
|
/third_party/python/Misc/ |
D | stable_abi.txt | 782 function PyImport_ImportModuleLevel
|
D | HISTORY | 10556 - Issue #12173: The first argument of PyImport_ImportModuleLevel is now `const
|
/third_party/python/Doc/whatsnew/ |
D | 3.3.rst | 2486 longer valid, the same now holds for :c:func:`PyImport_ImportModuleLevel`.
|