Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __reduce__
Method
__reduce__
Lib/_pydatetime.py:1297–1298 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1295
self._year = yhi * 256 + ylo
1296
1297
def
__reduce__(self):
1298
return
(self.__class__, self._getstate())
1299
1300
_date_class = date
# so functions w/ args named "date" can get at the class
1301
Callers
nothing calls this directly
Calls
1
_getstate
Method · 0.95
Tested by
no test coverage detected