Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_buffer.py637 def cast_items(exporter, fmt, itemsize, shape=None): function
2695 destitems, destshape = cast_items(ex, 'B', 1)
2706 destitems, destshape = cast_items(ex, 'I', destsize, shape=[])
2743 titems, tshape = cast_items(ex, tfmt, tsize, shape=tshape)