MCPcopy Create free account
hub / github.com/numpy/numpy / _format_non_nat

Method _format_non_nat

numpy/core/arrayprint.py:1293–1295  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

1291 self._nat = "'NaT'".rjust(max_str_len)
1292
1293 def _format_non_nat(self, x):
1294 # override in subclass
1295 raise NotImplementedError
1296
1297 def __call__(self, x):
1298 if isnat(x):

Callers 2

__init__Method · 0.95
__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected