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

Method jump

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

Source from the content-addressed store, hash-verified

317 return dct
318
319 def jump(self, name):
320 return name.lower() in self._jump
321
322 def weekday(self, name):
323 try:

Callers 2

_parseMethod · 0.80
_parse_numeric_tokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected