MCPcopy Create free account
hub / github.com/numpy/numpy / __str__

Method __str__

numpy/f2py/symbolic.py:273–274  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

271 return f'{type(self).__name__}({self.op}, {self.data!r})'
272
273 def __str__(self):
274 return self.tostring()
275
276 def tostring(self, parent_precedence=Precedence.NONE,
277 language=Language.Fortran):

Callers

nothing calls this directly

Calls 1

tostringMethod · 0.95

Tested by

no test coverage detected