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

Class BasicNWeekday

tests/test_rrule.py:4883–4886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4881 self.weekday = weekday
4882
4883 class BasicNWeekday(BasicWeekday):
4884 def __init__(self, weekday, n=None):
4885 super(BasicNWeekday, self).__init__(weekday)
4886 self.n = n
4887
4888 MO_Basic = BasicWeekday(0)
4889

Callers 1

Calls

no outgoing calls

Tested by 1