Searched refs:ndarray_from_structure (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 625 def ndarray_from_structure(items, fmt, t, flags=0): function 1887 x = ndarray_from_structure(items, fmt, t) 1897 y = ndarray_from_structure(items, fmt, t, flags=ND_PIL) 1930 x = ndarray_from_structure(items, fmt, t) 1960 xl = ndarray_from_structure(litems, fmt, tl) 1961 xr = ndarray_from_structure(ritems, fmt, tr) 1973 yl = ndarray_from_structure(litems, fmt, tl, flags=ND_PIL) 1974 yr = ndarray_from_structure(ritems, fmt, tr, flags=ND_PIL)
|