Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dateutil/dateutil
/ has_year
Method
has_year
src/dateutil/parser/_parser.py:403–404 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
401
402
@property
403
def
has_year(self):
404
return
self.ystridx is not None
405
406
@property
407
def
has_month(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected