Home
last modified time | relevance | path

Searched refs:PyImport_AddModule (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython2/Demo/embed/
Ddemo.c72 PyImport_AddModule("xyzzy"); in initxyzzy()
/external/python/cpython2/Include/
Dimport.h15 PyAPI_FUNC(PyObject *) PyImport_AddModule(const char *name);
/external/python/cpython3/Include/
Dimport.h46 PyAPI_FUNC(PyObject *) PyImport_AddModule(
/external/python/cpython2/Python/
Dimport.c614 mod = PyImport_AddModule(name); in _PyImport_FindExtension()
663 PyImport_AddModule(const char *name) in PyImport_AddModule() function
705 m = PyImport_AddModule(name); in PyImport_ExecCodeModuleEx()
1154 m = PyImport_AddModule(name); in load_package()
2115 m = PyImport_AddModule(name); in PyImport_ImportFrozenModule()
3030 m = PyImport_AddModule(name); in imp_init_builtin()
3050 m = PyImport_AddModule(name); in imp_init_frozen()
Dpythonrun.c707 m = PyImport_AddModule("__main__"); in initmain()
851 m = PyImport_AddModule("__main__"); in PyRun_InteractiveOneFlags()
917 m = PyImport_AddModule("__main__"); in PyRun_SimpleFileExFlags()
970 m = PyImport_AddModule("__main__"); in PyRun_SimpleStringFlags()
Dmodsupport.c65 if ((m = PyImport_AddModule(name)) == NULL) in Py_InitModule4()
/external/python/cpython2/Demo/pysvr/
Dpysvr.c292 mainmod = PyImport_AddModule("__main__"); in run_interpreter()
/external/python/cpython2/PC/os2vacpp/
Dpython.def199 PyImport_AddModule
/external/python/cpython3/Python/
Dpylifecycle.c262 importlib = PyImport_AddModule("_frozen_importlib"); in import_init()
942 m = PyImport_AddModule("__main__"); in initmain()
Dpythonrun.c347 m = PyImport_AddModule("__main__"); in PyRun_SimpleFileExFlags()
417 m = PyImport_AddModule("__main__"); in PyRun_SimpleStringFlags()
Dimport.c686 PyImport_AddModule(const char *name) in PyImport_AddModule() function
1064 mod = PyImport_AddModule(namestr); in _imp_create_builtin()
/external/python/cpython3/PC/
Dpython3.def277 PyImport_AddModule=python36.PyImport_AddModule
/external/python/cpython2/Doc/data/
Drefcounts.dat489 PyImport_AddModule:PyObject*::0:reference borrowed from sys.modules
490 PyImport_AddModule:char*:name::
1810 _PyImport_FindExtension:PyObject*::0:??? see PyImport_AddModule
/external/python/cpython3/Doc/data/
Drefcounts.dat516 PyImport_AddModule:PyObject*::0:reference borrowed from sys.modules
517 PyImport_AddModule:const char*:name::
1805 _PyImport_FindExtension:PyObject*::0:??? see PyImport_AddModule
/external/python/cpython2/PC/os2emx/
Dpython27.def961 "PyImport_AddModule"
/external/python/cpython2/Doc/c-api/
Dimport.rst111 .. c:function:: PyObject* PyImport_AddModule(const char *name)
/external/python/cpython2/Modules/
Dzipimport.c326 mod = PyImport_AddModule(fullname); in zipimporter_load_module()
/external/python/cpython3/Doc/c-api/
Dimport.rst115 .. c:function:: PyObject* PyImport_AddModule(const char *name)
/external/python/cpython2/Doc/extending/
Dextending.rst934 The function :c:func:`PyImport_AddModule` also returns a borrowed reference, even
/external/python/cpython3/Doc/extending/
Dextending.rst961 The function :c:func:`PyImport_AddModule` also returns a borrowed reference, even