Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c239 static char *Num_fields[]={ variable
773 Num_type = make_type("Num", expr_type, Num_fields, 1); in init_types()
/external/python/cpython3/Python/
DPython-ast.c289 static char *Num_fields[]={ variable
946 Num_type = make_type("Num", expr_type, Num_fields, 1); in init_types()