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

Method __init__

src/dateutil/parser/_parser.py:395–400  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

393
394class _ymd(list):
395 def __init__(self, *args, **kwargs):
396 super(self.__class__, self).__init__(*args, **kwargs)
397 self.century_specified = False
398 self.dstridx = None
399 self.mstridx = None
400 self.ystridx = None
401
402 @property
403 def has_year(self):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected