Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c217 static char *Yield_fields[]={ variable
765 Yield_type = make_type("Yield", expr_type, Yield_fields, 1); in init_types()
/external/python/cpython3/Python/
DPython-ast.c265 static char *Yield_fields[]={ variable
938 Yield_type = make_type("Yield", expr_type, Yield_fields, 1); in init_types()