Searched refs:cast_items (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 637 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)
|