Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c187 static char *Dict_fields[]={ variable
752 Dict_type = make_type("Dict", expr_type, Dict_fields, 2); in init_types()
/external/python/cpython3/Python/
DPython-ast.c227 static char *Dict_fields[]={ variable
923 Dict_type = make_type("Dict", expr_type, Dict_fields, 2); in init_types()