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

Method test_itermonthdays3

Lib/test/test_calendar.py:833–835  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

831 self.assertIn('class="sun2"', local_weekday)
832
833 def test_itermonthdays3(self):
834 # ensure itermonthdays3 doesn't overflow after datetime.MAXYEAR
835 list(calendar.Calendar().itermonthdays3(datetime.MAXYEAR, 12))
836
837 def test_itermonthdays4(self):
838 cal = calendar.Calendar(firstweekday=3)

Callers

nothing calls this directly

Calls 2

listClass · 0.85
itermonthdays3Method · 0.80

Tested by

no test coverage detected