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