Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c99 static char *With_fields[]={ variable
711 With_type = make_type("With", stmt_type, With_fields, 3); in init_types()
/external/python/cpython3/Python/
DPython-ast.c129 static char *With_fields[]={ variable
884 With_type = make_type("With", stmt_type, With_fields, 2); in init_types()