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

Class _CLIDemoLocaleCalendar

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

Source from the content-addressed store, hash-verified

786
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 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…