Searched refs:_PySlice_GetLongIndices (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Include/ |
H A D | sliceobject.h | 37 PyAPI_FUNC(int) _PySlice_GetLongIndices(PySliceObject *self, PyObject *length,
|
/third_party/python/Objects/ |
H A D | sliceobject.c | 382 _PySlice_GetLongIndices(PySliceObject *self, PyObject *length, in _PySlice_GetLongIndices() function 543 error = _PySlice_GetLongIndices(self, length, &start, &stop, &step); in slice_indices()
|
H A D | rangeobject.c | 349 error = _PySlice_GetLongIndices(slice, r->length, &start, &stop, &step); in compute_slice()
|
Completed in 4 milliseconds