Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c3143 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()
4228 expr_ty optional_vars; in obj2ast_stmt() local
/external/python/cpython2/Include/
DPython-ast.h132 expr_ty optional_vars; member