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

Class TimedeltaFormat

numpy/_core/arrayprint.py:1433–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1431
1432
1433class TimedeltaFormat(_TimelikeFormat):
1434 def _format_non_nat(self, x):
1435 return str(x.astype('i8'))
1436
1437
1438class SubArrayFormat:

Callers 1

_get_formatdictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…