MCPcopy Index your code
hub / github.com/python/cpython / calendar.py

File calendar.py

Lib/calendar.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Calendar printing functions
2
3Note when comparing these calendars to the ones printed by cal(1): By
4default, these calendars have Monday as the first day of the week, and

Callers

nothing calls this directly

Calls 7

_localized_dayClass · 0.85
_localized_monthClass · 0.85
setFunction · 0.85
TextCalendarClass · 0.85
toordinalMethod · 0.80
dateMethod · 0.80
mainFunction · 0.70

Tested by

no test coverage detected