Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dateutil/dateutil
/ weekday
Method
weekday
src/dateutil/parser/_parser.py:322–327 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
320
return
name.lower() in self._jump
321
322
def
weekday(self, name):
323
try
:
324
return
self._weekdays[name.lower()]
325
except
KeyError:
326
pass
327
return
None
328
329
def
month(self, name):
330
try
:
Callers
5
__add__
Method · 0.80
__init__
Method · 0.80
rebuild
Method · 0.80
_parse
Method · 0.80
_delta
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected