Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c287 static char *Slice_fields[]={ variable
819 Slice_type = make_type("Slice", slice_type, Slice_fields, 3); in init_types()
/external/python/cpython3/Python/
DPython-ast.c374 static char *Slice_fields[]={ variable
1006 Slice_type = make_type("Slice", slice_type, Slice_fields, 3); in init_types()