Searched defs:slicelen (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Include/ |
D | sliceobject.h | 50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ argument
|
/third_party/python/Modules/ |
D | mmapmodule.c | 912 Py_ssize_t start, stop, step, slicelen; in mmap_subscript() local 1020 Py_ssize_t start, stop, step, slicelen; in mmap_ass_subscript() local
|
D | _elementtree.c | 1737 Py_ssize_t start, stop, step, slicelen, i; in element_subscr() local 1790 Py_ssize_t start, stop, step, slicelen, newlen, i; in element_ass_subscr() local
|
/third_party/python/Lib/test/ |
D | test_buffer.py | 551 def randslice_from_slicelen(slicelen, listlen): argument
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes.c | 4615 Py_ssize_t start, stop, step, slicelen, i; in Array_subscript() local 4754 Py_ssize_t start, stop, step, slicelen, otherlen, i; in Array_ass_subscript() local
|
/third_party/python/Objects/ |
D | bytearrayobject.c | 603 Py_ssize_t start, stop, step, slicelen, needed; in bytearray_ass_subscript() local
|