/usr/lib/python3/dist-packages/pytz/__pycache__
NameSizeModeActions
exceptions.cpython-310.pyc20740644editdlrm
lazy.cpython-310.pyc46890644editdlrm
reference.cpython-310.pyc38220644editdlrm
tzfile.cpython-310.pyc30810644editdlrm
tzinfo.cpython-310.pyc147440644editdlrm
__init__.cpython-310.pyc169530644editdlrm
Edit: /usr/lib/python3/dist-packages/pytz/__pycache__/exceptions.cpython-310.pyc (2074B)
o Ü<>> isinstance(UnknownTimeZoneError(), LookupError) True This class is actually a subclass of KeyError to provide backwards compatibility with code relying on the undocumented behavior of earlier pytz releases. >>> isinstance(UnknownTimeZoneError(), KeyError) True And also a subclass of pytz.exceptions.Error, as are other pytz exceptions. >>> isinstance(UnknownTimeZoneError(), Error) True Nrr r r r rsrc@r)rz'Base class for invalid time exceptions.Nrr r r r r&rrc@r)raXException raised when attempting to create an ambiguous wallclock time. At the end of a DST transition period, a particular wallclock time will occur twice (once before the clocks are set back, once after). Both possibilities may be correct, unless further information is supplied. See DstTzInfo.normalize() for more info Nrr r r r r*rrc@r)rzÑException raised when attempting to create a wallclock time that cannot exist. At the start of a DST transition period, the wallclock time jumps forward. The instants jumped over never occur. Nrr r r r r5rrN) r Ú__all__Ú ExceptionrÚKeyErrorrrrrr r r r Ús