MCPcopy 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
1336class TimedeltaFormat(_TimelikeFormat):
1337 def _format_non_nat(self, x):
1338 return str(x.astype('i8'))
1339
1340
1341class SubArrayFormat:

Callers 1

_get_formatdictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected