def __abs__(self): return Expr(_g.abs(self.data))
def __abs__(self): return Expr(_g.abs(self.data), symbs=self.spatial_symbs, time=self.time)