Exemplo n.º 1
0
 def __str__(self):
     """Return ``str(self)``."""
     return arraynd_str(self.asarray())
Exemplo n.º 2
0
 def __str__(self):
     """Return ``str(self)``."""
     return arraynd_str(self.asarray())
Exemplo n.º 3
0
 def __str__(self):
     """``vec.__str__() <==> str(vec)``."""
     return arraynd_str(self.asarray())