Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ TimedeltaFormat
Class
TimedeltaFormat
numpy/core/arrayprint.py:1336–1338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1334
1335
1336
class
TimedeltaFormat(_TimelikeFormat):
1337
def
_format_non_nat(self, x):
1338
return
str(x.astype(
'i8'
))
1339
1340
1341
class
SubArrayFormat:
Callers
1
_get_formatdict
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected