Home
last modified time | relevance | path

Searched refs:PyNullImporter_Type (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dimport.h51 PyAPI_DATA(PyTypeObject) PyNullImporter_Type;
/external/python/cpython3/Include/
Dimport.h117 PyAPI_DATA(PyTypeObject) PyNullImporter_Type;
/external/python/cpython2/Launcher/
Dlauncher_internal.cpp188 if (importer != Py_None && importer->ob_type != &PyNullImporter_Type) { in RunMainFromImporter()
/external/python/cpython2/Python/
Dimport.c207 if (PyType_Ready(&PyNullImporter_Type) < 0) in _PyImportHooks_Init()
1268 (PyObject *)&PyNullImporter_Type, p, NULL in get_path_importer()
3372 PyTypeObject PyNullImporter_Type = { variable
3419 if (PyType_Ready(&PyNullImporter_Type) < 0) in initimp()
3441 Py_INCREF(&PyNullImporter_Type); in initimp()
3442 PyModule_AddObject(m, "NullImporter", (PyObject *)&PyNullImporter_Type); in initimp()
/external/python/cpython2/Modules/
Dmain.c212 (importer->ob_type != &PyNullImporter_Type)) in RunMainFromImporter()
/external/python/cpython3/PC/
Dpython3.def380 PyNullImporter_Type=python36.PyNullImporter_Type DATA