Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Day
Class
Day
Lib/calendar.py:78–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
# Constants for days
77
@global_enum
78
class
Day(IntEnum):
79
MONDAY = 0
80
TUESDAY = 1
81
WEDNESDAY = 2
82
THURSDAY = 3
83
FRIDAY = 4
84
SATURDAY = 5
85
SUNDAY = 6
86
87
88
# Number of days per month (except for February in leap years)
Callers
1
weekday
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected