Home
last modified time | relevance | path

Searched refs:_PyAST_Import (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h693 stmt_ty _PyAST_Import(asdl_alias_seq * names, int lineno, int col_offset, int
/third_party/python/Grammar/
Dpython.gram138 import_name[stmt_ty]: 'import' a=dotted_as_names { _PyAST_Import(a, EXTRA) }
/third_party/python/Python/
DPython-ast.c2403 _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/
Dparser.c3328 _res = _PyAST_Import ( a , EXTRA ); in import_name_rule()