Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c243 static char *Str_fields[]={ variable
775 Str_type = make_type("Str", expr_type, Str_fields, 1); in init_types()
/external/python/cpython3/Python/
DPython-ast.c294 static char *Str_fields[]={ variable
948 Str_type = make_type("Str", expr_type, Str_fields, 1); in init_types()