Home
last modified time | relevance | path

Searched refs:PyImport_Import (Results 1 – 25 of 29) sorted by relevance

12

/external/python/cpython2/Doc/includes/
Drun-func.c19 pModule = PyImport_Import(pName); in main()
/external/python/cpython3/Doc/includes/
Drun-func.c19 pModule = PyImport_Import(pName); in main()
/external/python/cpython2/Include/
Dimport.h25 PyAPI_FUNC(PyObject *) PyImport_Import(PyObject *name);
/external/python/cpython3/Include/
Dimport.h76 PyAPI_FUNC(PyObject *) PyImport_Import(PyObject *name);
/external/python/cpython2/PC/os2vacpp/
Dpython.def207 PyImport_Import
/external/python/cpython2/Doc/extending/
Dembedding.rst169 pModule = PyImport_Import(pName);
172 :c:func:`PyImport_Import`. This routine needs a Python string as its argument,
/external/python/cpython3/Doc/extending/
Dembedding.rst175 pModule = PyImport_Import(pName);
178 :c:func:`PyImport_Import`. This routine needs a Python string as its argument,
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc532 Safe_PyObjectPtr numpy = make_safe(PyImport_Import(numpy_str.get())); in Initialize()
/external/python/cpython3/Python/
Dimport.c1257 result = PyImport_Import(pname); in PyImport_ImportModule()
1724 PyImport_Import(PyObject *module_name) in PyImport_Import() function
D_warnings.c57 warnings_module = PyImport_Import(warnings_str); in get_warnings_attr()
/external/python/cpython3/PC/
Dpython3.def289 PyImport_Import=python36.PyImport_Import
/external/python/cpython2/Doc/c-api/
Dimport.rst86 .. c:function:: PyObject* PyImport_Import(PyObject *name)
/external/python/cpython2/PC/os2emx/
Dpython27.def967 "PyImport_Import"
/external/python/cpython3/Doc/c-api/
Dimport.rst81 .. c:function:: PyObject* PyImport_Import(PyObject *name)
/external/python/cpython2/Doc/data/
Drefcounts.dat507 PyImport_Import:PyObject*::+1:
508 PyImport_Import:PyObject*:name:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat534 PyImport_Import:PyObject*::+1:
535 PyImport_Import:PyObject*:name:0:
/external/python/cpython2/Python/
Dimport.c2151 result = PyImport_Import(pname); in PyImport_ImportModule()
2856 PyImport_Import(PyObject *module_name) in PyImport_Import() function
/external/python/cpython3/Objects/
Dobject.c1006 mod = PyImport_Import(mod_name); in _PyObject_GetBuiltin()
Dtypeobject.c3842 return PyImport_Import(copyreg_str); in import_copyreg()
/external/python/cpython3/Modules/
D_sre.c729 mod = PyImport_Import(name); in call()
D_pickle.c3162 module = PyImport_Import(module_name); in save_global()
6472 module = PyImport_Import(module_name); in _pickle_Unpickler_find_class_impl()
/external/python/cpython2/Modules/
D_sre.c2030 mod = PyImport_Import(name); in call()
DcPickle.c3354 module = PyImport_Import(py_module_name); in find_class()
/external/python/cpython2/Objects/
Dtypeobject.c3229 return PyImport_Import(copyreg_str); in import_copyreg()
/external/python/cpython2/Doc/whatsnew/
D2.6.rst3265 * C API: the :c:func:`PyImport_Import` and :c:func:`PyImport_ImportModule`

12