Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c375 static char *keyword_fields[]={ variable
961 keyword_type = make_type("keyword", &AST_type, keyword_fields, 2); in init_types()
/external/python/cpython3/Python/
DPython-ast.c486 static char *keyword_fields[]={ variable
1157 keyword_type = make_type("keyword", &AST_type, keyword_fields, 2); in init_types()