Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c297 static char *Index_fields[]={ variable
823 Index_type = make_type("Index", slice_type, Index_fields, 1); in init_types()
/external/python/cpython3/Python/
DPython-ast.c385 static char *Index_fields[]={ variable
1010 Index_type = make_type("Index", slice_type, Index_fields, 1); in init_types()