Searched refs:PicklableNDArray (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | pickletester.py | 259 class PicklableNDArray: class in ZeroCopyBytearray 287 if not isinstance(other, PicklableNDArray): 296 if not isinstance(other, PicklableNDArray): 2914 yield PicklableNDArray(items, format='B', shape=(8,), 2917 yield PicklableNDArray(items, format='B', shape=(4, 2), 2920 yield PicklableNDArray(items, format='B', 2953 # (see comment in PicklableNDArray.__reduce_ex__)
|
Completed in 5 milliseconds