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

Method __init__

tests/test_rrule.py:4884–4886  ·  view source on GitHub ↗
(self, weekday, n=None)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected