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.py617 def ndarray_from_structure(items, fmt, t, flags=0): function
1860 x = ndarray_from_structure(items, fmt, t)
1870 y = ndarray_from_structure(items, fmt, t, flags=ND_PIL)
1903 x = ndarray_from_structure(items, fmt, t)
1933 xl = ndarray_from_structure(litems, fmt, tl)
1934 xr = ndarray_from_structure(ritems, fmt, tr)
1946 yl = ndarray_from_structure(litems, fmt, tl, flags=ND_PIL)
1947 yr = ndarray_from_structure(ritems, fmt, tr, flags=ND_PIL)