Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c68 static char *AugAssign_fields[]={ variable
701 AugAssign_type = make_type("AugAssign", stmt_type, AugAssign_fields, 3); in init_types()
/external/python/cpython3/Python/
DPython-ast.c430 static const char * const AugAssign_fields[]={ variable
1201 AugAssign_fields, 3, in init_types()