Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast.h630 mod_ty _PyAST_Interactive(asdl_stmt_seq * body, PyArena *arena);
/third_party/python/Grammar/
Dpython.gram32 interactive[mod_ty]: a=statement_newline { _PyAST_Interactive(a, p->arena) }
/third_party/python/Python/
DPython-ast.c1897 _PyAST_Interactive(asdl_stmt_seq * body, PyArena *arena) in _PyAST_Interactive() function
5474 *out = _PyAST_Interactive(body, arena); in obj2ast_mod()
/third_party/python/Parser/
Dparser.c1006 _res = _PyAST_Interactive ( a , p -> arena ); in interactive_rule()