Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __repr__
Method
__repr__
numpy/f2py/symbolic.py:270–271 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
268
def
__ge__(self, other):
return
not (self < other)
269
270
def
__repr__(self):
271
return
f
'{type(self).__name__}({self.op}, {self.data!r})'
272
273
def
__str__(self):
274
return
self.tostring()
Callers
1
random.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected