Searched defs:ImportFrom (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
D | import_statement.py | 225 class ImportFrom(Import): class
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 166 } ImportFrom; member 432 #define ImportFrom(a0, a1, a2, a3, a4, a5) _Py_ImportFrom(a0, a1, a2, a3, a4, a5) macro
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 205 } ImportFrom; member 539 #define ImportFrom(a0, a1, a2, a3, a4, a5, a6, a7) _Py_ImportFrom(a0, a1, a2, a3, a4, a5, a6, a7) macro
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 1368 ImportFrom(identifier module, asdl_seq * names, int level, int lineno, int in ImportFrom() function
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 2421 ImportFrom(identifier module, asdl_seq * names, int level, int lineno, int in ImportFrom() function
|