Searched refs:PyNullImporter_Type (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Include/ |
D | import.h | 51 PyAPI_DATA(PyTypeObject) PyNullImporter_Type;
|
/external/python/cpython2/Python/ |
D | import.c | 207 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/ |
D | main.c | 222 (importer->ob_type != &PyNullImporter_Type)) in RunMainFromImporter()
|
/external/python/cpython3/PC/ |
D | python3.def | 382 PyNullImporter_Type=python39.PyNullImporter_Type DATA
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a3.rst | 895 ``PyNullImporter_Type``, ``PyCmpWrapper_Type``, ``PySortWrapper_Type``,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 1454 ``PyNullImporter_Type``, ``PyCmpWrapper_Type``, ``PySortWrapper_Type``,
|