MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Lib/calendar.py:685–687  ·  view source on GitHub ↗
(self, highlight_day=None, *args, **kwargs)

Source from the content-addressed store, hash-verified

683
684class _CLIDemoCalendar(TextCalendar):
685 def __init__(self, highlight_day=None, *args, **kwargs):
686 super().__init__(*args, **kwargs)
687 self.highlight_day = highlight_day
688
689 def formatweek(self, theweek, width, *, highlight_day=None):
690 """

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected