Home
last modified time | relevance | path

Searched defs:_slice (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
DPython-ast.h316 struct _slice { struct
317 enum _slice_kind kind; argument
318 union {
333 } v;
/external/python/cpython3/Objects/
Drangeobject.c322 compute_slice(rangeobject *r, PyObject *_slice) in compute_slice()
/external/python/cpython3/Include/
DPython-ast.h368 struct _slice { struct
369 enum _slice_kind kind; argument
370 union {
385 } v;