Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
main
Function · 0.80
test_setfirstweekday
Method · 0.80
test_illegal_weekday_reported
Method · 0.80
setUp
Method · 0.80
tearDown
Method · 0.80
Calls
no outgoing calls
Tested by
4
test_setfirstweekday
Method · 0.64
test_illegal_weekday_reported
Method · 0.64
setUp
Method · 0.64
tearDown
Method · 0.64