Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
_cmp
Method · 0.95
__hash__
Method · 0.95
__reduce__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected