Searched defs:ImportFrom (Results  1 – 4 of 4) 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;  member432 #define ImportFrom(a0, a1, a2, a3, a4, a5) _Py_ImportFrom(a0, a1, a2, a3, a4, a5)  macro
 
 | 
| /external/python/cpython3/Include/internal/ | 
| D | pycore_ast.h | 311         } ImportFrom;  member
 | 
| /external/python/cpython2/Python/ | 
| D | Python-ast.c | 1368 ImportFrom(identifier module, asdl_seq * names, int level, int lineno, int  in ImportFrom()  function
 |