Searched refs:has_from (Results 1 – 1 of 1) sorted by relevance
1573 int has_from; in PyImport_ImportModuleLevelObject() local1628 has_from = 0; in PyImport_ImportModuleLevelObject()1630 has_from = PyObject_IsTrue(fromlist); in PyImport_ImportModuleLevelObject()1631 if (has_from < 0) in PyImport_ImportModuleLevelObject()1634 if (!has_from) { in PyImport_ImportModuleLevelObject()