Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c264 static char *List_fields[]={ variable
783 List_type = make_type("List", expr_type, List_fields, 2); in init_types()
/external/python/cpython3/Python/
DPython-ast.c349 static char *List_fields[]={ variable
972 List_type = make_type("List", expr_type, List_fields, 2); in init_types()