Home
last modified time | relevance | path

Searched refs:PyPARSE_DONT_IMPLY_DEDENT (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Parser/
H A Dpegen.c238 if (p->tok->indent && !(p->flags & PyPARSE_DONT_IMPLY_DEDENT)) { in _PyPegen_fill_token()
727 parser_flags |= PyPARSE_DONT_IMPLY_DEDENT; in compute_parser_flags()
H A Dpegen.h13 #define PyPARSE_DONT_IMPLY_DEDENT 0x0002 macro

Completed in 3 milliseconds