D | datetime.py | 1092 class tzinfo: class 1187 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1248 def tzinfo(self): member in time 1453 tzinfo=True, *, fold=None): argument 1484 def __setstate(self, string, tzinfo): argument 1518 microsecond=0, tzinfo=None, *, fold=0): argument 1574 def tzinfo(self): member in datetime 1654 def combine(cls, date, time, tzinfo=True): argument 1770 minute=None, second=None, microsecond=None, tzinfo=True, argument 2098 def __setstate(self, string, tzinfo): argument
|