Home
last modified time | relevance | path

Searched defs:context_expr (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
DPython-ast.c2673 withitem(expr_ty context_expr, expr_ty optional_vars, PyArena *arena) in withitem()
8699 expr_ty context_expr; in obj2ast_withitem() local
Dast.c4405 expr_ty context_expr, optional_vars = NULL; in ast_for_with_item() local
/third_party/python/Include/
DPython-ast.h459 expr_ty context_expr; member