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

Method ampm

src/dateutil/parser/_parser.py:342–346  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

340 return None
341
342 def ampm(self, name):
343 try:
344 return self._ampm[name.lower()]
345 except KeyError:
346 return None
347
348 def pertain(self, name):
349 return name.lower() in self._pertain

Callers 2

_parseMethod · 0.80
_parse_numeric_tokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected