MCPcopy Index your code
hub / github.com/numpy/numpy / __call__

Method __call__

numpy/_core/arrayprint.py:1420–1423  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

1418 super().__init__(x)
1419
1420 def __call__(self, x):
1421 if self.legacy <= 113:
1422 return self._format_non_nat(x)
1423 return super().__call__(x)
1424
1425 def _format_non_nat(self, x):
1426 datetime_str = datetime_as_string(x,

Callers

nothing calls this directly

Calls 2

_format_non_natMethod · 0.95
__call__Method · 0.45

Tested by

no test coverage detected