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

Method __init__

src/dateutil/parser/_parser.py:569–570  ·  view source on GitHub ↗
(self, info=None)

Source from the content-addressed store, hash-verified

567
568class parser(object):
569 def __init__(self, info=None):
570 self.info = info or parserinfo()
571
572 def parse(self, timestr, default=None,
573 ignoretz=False, tzinfos=None, **kwargs):

Callers

nothing calls this directly

Calls 1

parserinfoClass · 0.85

Tested by

no test coverage detected