Home
last modified time | relevance | path

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

/third_party/python/Python/
Dimport.c1573 int has_from; in PyImport_ImportModuleLevelObject() local
1628 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()