Home
last modified time | relevance | path

Searched defs:ImportFrom (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dimport_statement.py216 class ImportFrom(Import): class
/external/python/cpython2/Include/
DPython-ast.h166 } ImportFrom; member
432 #define ImportFrom(a0, a1, a2, a3, a4, a5) _Py_ImportFrom(a0, a1, a2, a3, a4, a5) macro
/external/python/cpython2/Python/
DPython-ast.c1368 ImportFrom(identifier module, asdl_seq * names, int level, int lineno, int in ImportFrom() function