Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c31 static char *Suite_fields[]={ variable
685 Suite_type = make_type("Suite", mod_type, Suite_fields, 1); in init_types()
/external/python/cpython3/Python/
DPython-ast.c25 static char *Suite_fields[]={ variable
853 Suite_type = make_type("Suite", mod_type, Suite_fields, 1); in init_types()