Home
last modified time | relevance | path

Searched refs:_PyAST_Module (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h635 mod_ty _PyAST_Module(asdl_stmt_seq * body, asdl_type_ignore_seq * type_ignores,
/third_party/python/Parser/
Daction_helpers.c1005 return _PyAST_Module(a, type_ignores, p->arena); in _PyPegen_make_module()
/third_party/python/Python/
DPython-ast.c1898 _PyAST_Module(asdl_stmt_seq * body, asdl_type_ignore_seq * type_ignores, in _PyAST_Module() function
5568 *out = _PyAST_Module(body, type_ignores, arena); in obj2ast_mod()