Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _pydatetime.py
File
_pydatetime.py
Lib/_pydatetime.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Pure Python implementation of the datetime module."
""
2
3
__all__ = (
"date"
,
"datetime"
,
"time"
,
"timedelta"
,
"timezone"
,
"tzinfo"
,
4
"MINYEAR"
,
"MAXYEAR"
,
"UTC"
)
Callers
nothing calls this directly
Calls
7
_days_before_year
Function · 0.85
timedelta
Class · 0.85
date
Class · 0.85
time
Class · 0.85
datetime
Class · 0.85
append
Method · 0.45
_create
Method · 0.45
Tested by
no test coverage detected