def __new__(self, point): a = array(point) # define read-only attributes x, y, and z: if len(point) >= 1: ndarray.x = property(fget=lambda self: self[0]) ...
確定! 回上一頁