MCPcopy Index your code
hub / github.com/python/cpython / Day

Class Day

Lib/calendar.py:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77# Constants for days
78@global_enum
79class Day(IntEnum):
80 MONDAY = 0
81 TUESDAY = 1
82 WEDNESDAY = 2
83 THURSDAY = 3
84 FRIDAY = 4
85 SATURDAY = 5
86 SUNDAY = 6
87
88
89# Number of days per month (except for February in leap years)

Callers 1

weekdayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected