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

Method __call__

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

Source from the content-addressed store, hash-verified

1391 raise NotImplementedError
1392
1393 def __call__(self, x):
1394 if isnat(x):
1395 return self._nat
1396 else:
1397 return self._format % self._format_non_nat(x)
1398
1399
1400class DatetimeFormat(_TimelikeFormat):

Callers

nothing calls this directly

Calls 1

_format_non_natMethod · 0.95

Tested by

no test coverage detected