Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ _format_non_nat
Method
_format_non_nat
numpy/_core/arrayprint.py:1389–1391 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
1387
self._nat =
"'NaT'"
.rjust(max_str_len)
1388
1389
def
_format_non_nat(self, x):
1390
# override in subclass
1391
raise
NotImplementedError
1392
1393
def
__call__(self, x):
1394
if
isnat(x):
Callers
2
__init__
Method · 0.95
__call__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected