Searched refs:_PyAST_ImportFrom (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 695 stmt_ty _PyAST_ImportFrom(identifier module, asdl_alias_seq * names, int level,
|
| /third_party/python/Grammar/ |
| D | python.gram | 142 _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/ |
| D | Python-ast.c | 2420 _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/ |
| D | parser.c | 3404 … _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()
|