Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dimport.h18 PyAPI_FUNC(PyObject *) PyImport_ImportModuleLevel(char *name,
22 PyImport_ImportModuleLevel(n, g, l, f, -1)
/external/python/cpython2/Doc/data/
Drefcounts.dat522 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/
Dimport.rst68 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/
Dcodecs.c1030 mod = PyImport_ImportModuleLevel("encodings", NULL, NULL, NULL, 0); in _PyCodecRegistry_Init()
Dimport.c2307 PyImport_ImportModuleLevel(char *name, PyObject *globals, PyObject *locals, in PyImport_ImportModuleLevel() function
2889 builtins = PyImport_ImportModuleLevel("__builtin__", in PyImport_Import()
Dbltinmodule.c49 return PyImport_ImportModuleLevel(name, globals, locals, in builtin___import__()
/external/python/cpython2/PC/os2emx/
Dpython27.def965 "PyImport_ImportModuleLevel"