Searched refs:rand_structure (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 480 def rand_structure(itemsize, valid, maxdim=5, maxshape=16, shape=()): function 1855 t = rand_structure(itemsize, True, maxdim=MAXDIM, 1896 t = rand_structure(itemsize, False, maxdim=MAXDIM, 1926 tl = rand_structure(itemsize, True, shape=lshape) 1927 tr = rand_structure(itemsize, True, shape=rshape)
|