MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __reduce__

Method __reduce__

tools/python-3.11.9-amd64/Lib/datetime.py:885–886  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

883 return (self._days, self._seconds, self._microseconds)
884
885 def __reduce__(self):
886 return (self.__class__, self._getstate())
887
888timedelta.min = timedelta(-999999999)
889timedelta.max = timedelta(days=999999999, hours=23, minutes=59, seconds=59,

Callers

nothing calls this directly

Calls 1

_getstateMethod · 0.95

Tested by

no test coverage detected