Searched refs:PyImport_ImportModuleLevel (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Include/ |
D | import.h | 18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name, 22 PyImport_ImportModuleLevel(n, g, l, f, -1)
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 522 PyImport_ImportModuleLevel:PyObject*::+1: 523 PyImport_ImportModuleLevel:char*:name:: 524 PyImport_ImportModuleLevel:PyObject*:globals:0:??? 525 PyImport_ImportModuleLevel:PyObject*:locals:0:??? 526 PyImport_ImportModuleLevel:PyObject*:fromlist:0:??? 527 PyImport_ImportModuleLevel:int:level::
|
/external/python/cpython2/Doc/c-api/ |
D | import.rst | 68 The function is an alias for :c:func:`PyImport_ImportModuleLevel` with 72 .. c:function:: PyObject* PyImport_ImportModuleLevel(char *name, PyObject *globals, PyObject *local…
|
/external/python/cpython2/Python/ |
D | codecs.c | 1030 mod = PyImport_ImportModuleLevel("encodings", NULL, NULL, NULL, 0); in _PyCodecRegistry_Init()
|
D | import.c | 2307 PyImport_ImportModuleLevel(char *name, PyObject *globals, PyObject *locals, in PyImport_ImportModuleLevel() function 2889 builtins = PyImport_ImportModuleLevel("__builtin__", in PyImport_Import()
|
D | bltinmodule.c | 49 return PyImport_ImportModuleLevel(name, globals, locals, in builtin___import__()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 965 "PyImport_ImportModuleLevel"
|