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/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.c222 (importer->ob_type != &PyNullImporter_Type)) in RunMainFromImporter()
/external/python/cpython3/PC/
Dpython3.def382 PyNullImporter_Type=python39.PyNullImporter_Type DATA
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a3.rst895 ``PyNullImporter_Type``, ``PyCmpWrapper_Type``, ``PySortWrapper_Type``,
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1454 ``PyNullImporter_Type``, ``PyCmpWrapper_Type``, ``PySortWrapper_Type``,