MCPcopy Create free account
hub / github.com/dateutil/dateutil / BasicWeekday

Class BasicWeekday

tests/test_rrule.py:4879–4881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4877 # Two weekday objects equal if their "weekday" and "n" attributes are
4878 # available and the same
4879 class BasicWeekday(object):
4880 def __init__(self, weekday):
4881 self.weekday = weekday
4882
4883 class BasicNWeekday(BasicWeekday):
4884 def __init__(self, weekday, n=None):

Callers 1

Calls

no outgoing calls

Tested by 1