Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dimport_statement.py121 def has_from(self): member in Import
172 def has_from(self): member in ImportName
232 def has_from(self): member in ImportFrom
/external/python/cpython3/Python/
Dimport.c1680 int has_from; in PyImport_ImportModuleLevelObject() local
1760 has_from = 0; in PyImport_ImportModuleLevelObject()
1762 has_from = PyObject_IsTrue(fromlist); in PyImport_ImportModuleLevelObject()
1763 if (has_from < 0) in PyImport_ImportModuleLevelObject()
1766 if (!has_from) { in PyImport_ImportModuleLevelObject()