Searched refs:_PyAST_Import (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 693 stmt_ty _PyAST_Import(asdl_alias_seq * names, int lineno, int col_offset, int
|
| /third_party/python/Grammar/ |
| D | python.gram | 138 import_name[stmt_ty]: 'import' a=dotted_as_names { _PyAST_Import(a, EXTRA) }
|
| /third_party/python/Python/ |
| D | Python-ast.c | 2403 _PyAST_Import(asdl_alias_seq * names, int lineno, int col_offset, int in _PyAST_Import() function 7570 *out = _PyAST_Import(names, lineno, col_offset, end_lineno, in obj2ast_stmt()
|
| /third_party/python/Parser/ |
| D | parser.c | 3328 _res = _PyAST_Import ( a , EXTRA ); in import_name_rule()
|