Searched refs:fromisocalendar (Results 1 – 5 of 5) sorted by relevance
623 Added new alternate constructors :meth:`datetime.date.fromisocalendar` and624 :meth:`datetime.datetime.fromisocalendar`, which construct date objects from
861 def fromisocalendar(cls, year, week, day): member in date
1897 d_roundtrip = self.theclass.fromisocalendar(*isocal)1921 self.theclass.fromisocalendar(*isocal)1944 self.theclass.fromisocalendar(*isocal)
536 .. classmethod:: date.fromisocalendar(year, week, day)1026 .. classmethod:: datetime.fromisocalendar(year, week, day)
754 Added new alternate constructors :meth:`datetime.date.fromisocalendar` and755 :meth:`datetime.datetime.fromisocalendar`, which construct :class:`date` and