Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c3145 expr_ty context_expr, optional_vars = NULL; in ast_for_with_item() local
DPython-ast.c1262 With(expr_ty context_expr, expr_ty optional_vars, asdl_seq * body, int lineno, in With()
4227 expr_ty context_expr; in obj2ast_stmt() local
/external/python/cpython3/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
/external/python/cpython2/Include/
DPython-ast.h131 expr_ty context_expr; member
/external/python/cpython3/Include/
DPython-ast.h442 expr_ty context_expr; member