Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/pegen/
Dparse.c409 static stmt_ty nonlocal_stmt_rule(Parser *p);
1831 (nonlocal_stmt_var = nonlocal_stmt_rule(p)) // nonlocal_stmt in small_stmt_rule()
2647 nonlocal_stmt_rule(Parser *p) in nonlocal_stmt_rule() function