示例#1
0
 def __str__(self):
     """Return ``str(self)``."""
     return arraynd_str(self.asarray())
示例#2
0
 def __str__(self):
     """Return ``str(self)``."""
     return arraynd_str(self.asarray())
示例#3
0
 def __str__(self):
     """``vec.__str__() <==> str(vec)``."""
     return arraynd_str(self.asarray())