Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h695 stmt_ty _PyAST_ImportFrom(identifier module, asdl_alias_seq * names, int level,
/third_party/python/Grammar/
Dpython.gram142 _PyAST_ImportFrom(b->v.Name.id, c, _PyPegen_seq_count_dots(a), EXTRA) }
144 _PyAST_ImportFrom(NULL, b, _PyPegen_seq_count_dots(a), EXTRA) }
/third_party/python/Python/
DPython-ast.c2420 _PyAST_ImportFrom(identifier module, asdl_alias_seq * names, int level, int in _PyAST_ImportFrom() function
7656 *out = _PyAST_ImportFrom(module, names, level, lineno, col_offset, in obj2ast_stmt()
/third_party/python/Parser/
Dparser.c3404 … _res = _PyAST_ImportFrom ( b -> v . Name . id , c , _PyPegen_seq_count_dots ( a ) , EXTRA ); in import_from_rule()
3446 _res = _PyAST_ImportFrom ( NULL , b , _PyPegen_seq_count_dots ( a ) , EXTRA ); in import_from_rule()