Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_buffer.py356 def multislice(lst, slices): function
360 return [multislice(sublst, slices[1:]) for sublst in lst[slices[0]]]
1712 sliced = multislice(lst, slices)
1747 sliced = multislice(lst, slices)