Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Parser/
Dpegen.c829 _is_end_of_source(Parser *p) { in _is_end_of_source() function
840 if ((p->flags & PyPARSE_ALLOW_INCOMPLETE_INPUT) && _is_end_of_source(p)) { in _PyPegen_run_parser()