Searched refs:PyNullImporter_Type (Results 1 – 5 of 5) sorted by relevance
51 PyAPI_DATA(PyTypeObject) PyNullImporter_Type;
128 PyAPI_DATA(PyTypeObject) PyNullImporter_Type;
207 if (PyType_Ready(&PyNullImporter_Type) < 0) in _PyImportHooks_Init()1290 (PyObject *)&PyNullImporter_Type, p, NULL in get_path_importer()3394 PyTypeObject PyNullImporter_Type = { variable3441 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()
217 (importer->ob_type != &PyNullImporter_Type)) in RunMainFromImporter()
380 PyNullImporter_Type=python37.PyNullImporter_Type DATA