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

Method month

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

Source from the content-addressed store, hash-verified

327 return None
328
329 def month(self, name):
330 try:
331 return self._months[name.lower()] + 1
332 except KeyError:
333 pass
334 return None
335
336 def hms(self, name):
337 try:

Callers 2

_parseMethod · 0.80
_parse_numeric_tokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected