Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dimport.h51 PyAPI_DATA(PyTypeObject) PyNullImporter_Type;
/external/python/cpython3/Include/
Dimport.h128 PyAPI_DATA(PyTypeObject) PyNullImporter_Type;
/external/python/cpython2/Python/
Dimport.c207 if (PyType_Ready(&PyNullImporter_Type) < 0) in _PyImportHooks_Init()
1290 (PyObject *)&PyNullImporter_Type, p, NULL in get_path_importer()
3394 PyTypeObject PyNullImporter_Type = { variable
3441 if (PyType_Ready(&PyNullImporter_Type) < 0) in initimp()
3463 Py_INCREF(&PyNullImporter_Type); in initimp()
3464 PyModule_AddObject(m, "NullImporter", (PyObject *)&PyNullImporter_Type); in initimp()
/external/python/cpython2/Modules/
Dmain.c217 (importer->ob_type != &PyNullImporter_Type)) in RunMainFromImporter()
/external/python/cpython3/PC/
Dpython3.def380 PyNullImporter_Type=python37.PyNullImporter_Type DATA