Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dimport_statement.py221 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/cpython3/Include/
DPython-ast.h188 } ImportFrom; member
507 #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
/external/python/cpython3/Python/
DPython-ast.c1637 ImportFrom(identifier module, asdl_seq * names, int level, int lineno, int in ImportFrom() function