Home
last modified time | relevance | path

Searched refs:fromisocalendar (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst623 Added new alternate constructors :meth:`datetime.date.fromisocalendar` and
624 :meth:`datetime.datetime.fromisocalendar`, which construct date objects from
/third_party/python/Lib/
Ddatetime.py861 def fromisocalendar(cls, year, week, day): member in date
/third_party/python/Lib/test/
Ddatetimetester.py1897 d_roundtrip = self.theclass.fromisocalendar(*isocal)
1921 self.theclass.fromisocalendar(*isocal)
1944 self.theclass.fromisocalendar(*isocal)
/third_party/python/Doc/library/
Ddatetime.rst536 .. classmethod:: date.fromisocalendar(year, week, day)
1026 .. classmethod:: datetime.fromisocalendar(year, week, day)
/third_party/python/Doc/whatsnew/
D3.8.rst754 Added new alternate constructors :meth:`datetime.date.fromisocalendar` and
755 :meth:`datetime.datetime.fromisocalendar`, which construct :class:`date` and