NumpyArrayProperty
- ipkiss3.all.NumpyArrayProperty(restriction=None, doc=None, default=None, **kwargs)
Property restricted to be a numpy array (numpy.ndarray).
Also accepts instances of collections.Sequence such as list, tuple and range objects, which are then automatically converted to a numpy array.
http://docs.scipy.org/doc/numpy/reference/arrays.ndarray.html