Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c108 static char *AsyncFor_fields[]={ variable
878 AsyncFor_type = make_type("AsyncFor", stmt_type, AsyncFor_fields, 4); in init_types()