Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c48 static char *ClassDef_fields[]={ variable
693 ClassDef_type = make_type("ClassDef", stmt_type, ClassDef_fields, 4); in init_types()
/external/python/cpython3/Python/
DPython-ast.c59 static char *ClassDef_fields[]={ variable
864 ClassDef_type = make_type("ClassDef", stmt_type, ClassDef_fields, 5); in init_types()