Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _getstate
Method
_getstate
tools/python-3.11.9-amd64/Lib/datetime.py:882–883 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
880
# Pickle support.
881
882
def
_getstate(self):
883
return
(self._days, self._seconds, self._microseconds)
884
885
def
__reduce__(self):
886
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