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

Method __init__

tests/test_rrule.py:4880–4881  ·  view source on GitHub ↗
(self, weekday)

Source from the content-addressed store, hash-verified

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

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected