MCPcopy Index your code
hub / github.com/python/cpython / _getstate

Method _getstate

Lib/_pydatetime.py:948–949  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

946 # Pickle support.
947
948 def _getstate(self):
949 return (self._days, self._seconds, self._microseconds)
950
951 def __reduce__(self):
952 return (self.__class__, self._getstate())

Callers 3

_cmpMethod · 0.95
__hash__Method · 0.95
__reduce__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected