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

Method tearDown

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

Source from the content-addressed store, hash-verified

747 calendar.setfirstweekday(self.firstweekday)
748
749 def tearDown(self):
750 calendar.setfirstweekday(self.oldfirstweekday)
751
752 def check_weeks(self, year, month, weeks):
753 cal = calendar.monthcalendar(year, month)

Callers

nothing calls this directly

Calls 1

setfirstweekdayMethod · 0.80

Tested by

no test coverage detected