Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c293 static char *ExtSlice_fields[]={ variable
821 ExtSlice_type = make_type("ExtSlice", slice_type, ExtSlice_fields, 1); in init_types()
/external/python/cpython3/Python/
DPython-ast.c381 static char *ExtSlice_fields[]={ variable
1008 ExtSlice_type = make_type("ExtSlice", slice_type, ExtSlice_fields, 1); in init_types()