D | datetime.py | 953 class tzinfo: class 1048 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument 1099 def tzinfo(self): member in time 1304 tzinfo=True, *, fold=None): argument 1335 def __setstate(self, string, tzinfo): argument 1369 microsecond=0, tzinfo=None, *, fold=0): argument 1415 def tzinfo(self): member in datetime 1487 def combine(cls, date, time, tzinfo=True): argument 1578 minute=None, second=None, microsecond=None, tzinfo=True, argument 1911 def __setstate(self, string, tzinfo): argument
|