Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __call__
Method
__call__
numpy/_core/arrayprint.py:1337–1338 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
1335
self.truestr =
' True'
if
data.shape != ()
else
'True'
1336
1337
def
__call__(self, x):
1338
return
self.truestr
if
x
else
"False"
1339
1340
1341
class
ComplexFloatingFormat:
Callers
2
__call__
Method · 0.45
test_ufunc_override_methods
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_ufunc_override_methods
Method · 0.36