Home
last modified time | relevance | path

Searched refs:ndarray_from_structure (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_buffer.py624 def ndarray_from_structure(items, fmt, t, flags=0): function
1886 x = ndarray_from_structure(items, fmt, t)
1896 y = ndarray_from_structure(items, fmt, t, flags=ND_PIL)
1929 x = ndarray_from_structure(items, fmt, t)
1959 xl = ndarray_from_structure(litems, fmt, tl)
1960 xr = ndarray_from_structure(ritems, fmt, tr)
1972 yl = ndarray_from_structure(litems, fmt, tl, flags=ND_PIL)
1973 yr = ndarray_from_structure(ritems, fmt, tr, flags=ND_PIL)