MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_itermonthdays3

Method test_itermonthdays3

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

Source from the content-addressed store, hash-verified

702 self.assertIn('class="sun2"', local_weekday)
703
704 def test_itermonthdays3(self):
705 # ensure itermonthdays3 doesn't overflow after datetime.MAXYEAR
706 list(calendar.Calendar().itermonthdays3(datetime.MAXYEAR, 12))
707
708 def test_itermonthdays4(self):
709 cal = calendar.Calendar(firstweekday=3)

Callers

nothing calls this directly

Calls 2

listClass · 0.85
itermonthdays3Method · 0.80

Tested by

no test coverage detected