Ejemplo n.º 1
0
def _reconstruct(subtype, shape, dtype):
    from multiarray import ndarray
    return ndarray.__new__(subtype, shape, dtype)
Ejemplo n.º 2
0
def _reconstruct(subtype, shape, dtype):
    from multiarray import ndarray
    return ndarray.__new__(subtype, shape, dtype)
Ejemplo n.º 3
0
def _reconstruct(subtype, shape, dtype):
    return ndarray.__new__(subtype, shape, dtype)