Searched refs:numpy_array_from_structure (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 630 def numpy_array_from_structure(items, fmt, t): function 1910 z = numpy_array_from_structure(items, fmt, t) 1937 y = numpy_array_from_structure(items, fmt, t) 1989 zl = numpy_array_from_structure(litems, fmt, tl) 1990 zr = numpy_array_from_structure(ritems, fmt, tr)
|