MCPcopy 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
1341class ComplexFloatingFormat:

Callers 2

__call__Method · 0.45

Calls

no outgoing calls

Tested by 1