Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c226 int c_nestlevel; member
437 c.c_nestlevel = 0; in _PyAST_Compile()
697 c->c_nestlevel++; in compiler_enter_scope()
719 c->c_nestlevel--; in compiler_exit_scope()
3480 if (c->c_interactive && c->c_nestlevel <= 1) { in compiler_visit_stmt_expr()