Searched refs:maxdim (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_buffer.py | 488 def rand_structure(itemsize, valid, maxdim=5, maxshape=16, shape=()): 495 ndim = randrange(maxdim+1) 576 def rand_aligned_slices(maxdim=5, maxshape=16): 580 ndim = randrange(1, maxdim+1) 1882 t = rand_structure(itemsize, True, maxdim=MAXDIM, 1923 t = rand_structure(itemsize, False, maxdim=MAXDIM, 1952 rand_aligned_slices(maxdim=MAXDIM, maxshape=MAXSHAPE)
|
Completed in 6 milliseconds