| 786 | |
| 787 | |
| 788 | class _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 |
no outgoing calls
no test coverage detected
searching dependent graphs…