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

Method __init__

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

Source from the content-addressed store, hash-verified

787
788class _CLIDemoLocaleCalendar(LocaleTextCalendar, _CLIDemoCalendar):
789 def __init__(self, highlight_day=None, *args, **kwargs):
790 super().__init__(*args, **kwargs)
791 self.highlight_day = highlight_day
792
793
794# Support for old module level interface

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected