Home
last modified time | relevance | path

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

/third_party/python/Python/
DPython-ast.c157 PyObject *context_expr; member
3340 withitem(expr_ty context_expr, expr_ty optional_vars, PyArena *arena) in withitem()
9536 expr_ty context_expr; in obj2ast_withitem() local
Dast.c4255 expr_ty context_expr, optional_vars = NULL; in ast_for_with_item() local
/third_party/python/Include/
DPython-ast.h442 expr_ty context_expr; member