Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dateutil/dateutil
/ has_day
Method
has_day
src/dateutil/parser/_parser.py:411–412 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
409
410
@property
411
def
has_day(self):
412
return
self.dstridx is not None
413
414
def
could_be_day(self, value):
415
if
self.has_day:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected