Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __new__
Method
__new__
tools/python-3.11.9-amd64/Lib/datetime.py:1282–1283 ·
view source on GitHub ↗
(cls, year, week, weekday, /)
Source
from the content-addressed store, hash-verified
1280
class
IsoCalendarDate(tuple):
1281
1282
def
__new__(cls, year, week, weekday, /):
1283
return
super().__new__(cls, (year, week, weekday))
1284
1285
@property
1286
def
year(self):
Callers
nothing calls this directly
Calls
1
__new__
Method · 0.45
Tested by
no test coverage detected