D | datetime.py | 1114 class tzinfo: class 1239 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1300 def tzinfo(self): member in time 1506 tzinfo=True, *, fold=None): argument 1537 def __setstate(self, string, tzinfo): argument 1572 microsecond=0, tzinfo=None, *, fold=0): argument 1628 def tzinfo(self): member in datetime 1708 def combine(cls, date, time, tzinfo=True): argument 1824 minute=None, second=None, microsecond=None, tzinfo=True, argument 2146 def __setstate(self, string, tzinfo): argument
|