MCPcopy 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_yearFunction · 0.85
timedeltaClass · 0.85
dateClass · 0.85
timeClass · 0.85
datetimeClass · 0.85
appendMethod · 0.45
_createMethod · 0.45

Tested by

no test coverage detected