Home
last modified time | relevance | path

Searched refs:PyImport_ImportModuleEx (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Include/
Dimport.h21 #define PyImport_ImportModuleEx(n, g, l, f) \ macro
/external/python/cpython3/Include/
Dimport.h69 #define PyImport_ImportModuleEx(n, g, l, f) \ macro
/external/python/cpython2/PC/os2vacpp/
Dpython.def210 PyImport_ImportModuleEx
/external/python/cpython2/Doc/data/
Drefcounts.dat516 PyImport_ImportModuleEx:PyObject*::+1:
517 PyImport_ImportModuleEx:char*:name::
518 PyImport_ImportModuleEx:PyObject*:globals:0:???
519 PyImport_ImportModuleEx:PyObject*:locals:0:???
520 PyImport_ImportModuleEx:PyObject*:fromlist:0:???
/external/python/cpython2/Doc/c-api/
Dimport.rst16 This is a simplified interface to :c:func:`PyImport_ImportModuleEx` below,
50 .. c:function:: PyObject* PyImport_ImportModuleEx(char *name, PyObject *globals, PyObject *locals, …
/external/python/cpython3/Doc/c-api/
Dimport.rst16 This is a simplified interface to :c:func:`PyImport_ImportModuleEx` below,
42 .. c:function:: PyObject* PyImport_ImportModuleEx(const char *name, PyObject *globals, PyObject *lo…
/external/python/cpython3/Doc/data/
Drefcounts.dat1021 PyImport_ImportModuleEx:PyObject*::+1:
1022 PyImport_ImportModuleEx:const char*:name::
1023 PyImport_ImportModuleEx:PyObject*:globals:0:???
1024 PyImport_ImportModuleEx:PyObject*:locals:0:???
1025 PyImport_ImportModuleEx:PyObject*:fromlist:0:???
/external/python/cpython2/PC/os2emx/
Dpython27.def964 "PyImport_ImportModuleEx"
/external/python/cpython3/Doc/whatsnew/
D3.3.rst2488 :c:func:`PyImport_ImportModuleEx` is now ``0`` instead of ``-1``.
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst5447 remove semi-colon at end of PyImport_ImportModuleEx macro so it can be used
/external/python/cpython3/Misc/
DHISTORY6992 - Issue #15610: `PyImport_ImportModuleEx()` now uses a 'level' of 0 instead of -1.
30497 - Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this
/external/python/cpython2/Misc/
DHISTORY13118 - Added PyImport_ImportModuleEx(name, globals, locals, fromlist); this