Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/pegen/
Dpegen.h267 mod_ty _PyPegen_make_module(Parser *, asdl_seq *);
Dpegen.c2110 _PyPegen_make_module(Parser *p, asdl_seq *a) { in _PyPegen_make_module() function
Dparse.c737 _res = _PyPegen_make_module ( p , a ); in file_rule()
/external/python/cpython3/Grammar/
Dpython.gram30 file[mod_ty]: a=[statements] ENDMARKER { _PyPegen_make_module(p, a) }