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

Method setfirstweekday

Lib/calendar.py:206–207  ·  view source on GitHub ↗
(self, firstweekday)

Source from the content-addressed store, hash-verified

204 return self._firstweekday % 7
205
206 def setfirstweekday(self, firstweekday):
207 self._firstweekday = firstweekday
208
209 firstweekday = property(getfirstweekday, setfirstweekday)
210

Callers 5

mainFunction · 0.80
test_setfirstweekdayMethod · 0.80
setUpMethod · 0.80
tearDownMethod · 0.80

Calls

no outgoing calls

Tested by 4

test_setfirstweekdayMethod · 0.64
setUpMethod · 0.64
tearDownMethod · 0.64