Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c247 static char *Attribute_fields[]={ variable
777 Attribute_type = make_type("Attribute", expr_type, Attribute_fields, 3); in init_types()
/external/python/cpython3/Python/
DPython-ast.c325 static char *Attribute_fields[]={ variable
964 Attribute_type = make_type("Attribute", expr_type, Attribute_fields, 3); in init_types()