/usr/local/lib/python3.6/site-packages/itsdangerous/__pycache__
NameSizeModeActions
encoding.cpython-36.pyc17940644editdlrm
exc.cpython-36.pyc33390644editdlrm
jws.cpython-36.pyc74520644editdlrm
serializer.cpython-36.pyc95150644editdlrm
signer.cpython-36.pyc83390644editdlrm
timed.cpython-36.pyc61920644editdlrm
url_safe.cpython-36.pyc26440644editdlrm
_json.cpython-36.pyc14900644editdlrm
__init__.cpython-36.pyc9720644editdlrm
Edit: /usr/local/lib/python3.6/site-packages/itsdangerous/__pycache__/exc.cpython-36.pyc (3339B)
3 _TBg† ã@sŽddlZddlmZejejZejeZGdd„deƒZGdd„deƒZ Gdd„de ƒZ Gd d „d e ƒZ Gd d „d e ƒZ Gd d„deƒZ dS)éN)Údatetimecs4eZdZdZedœ‡fdd„ Zedœdd„Z‡ZS)ÚBadDataz“Raised if bad data of any sort was encountered. This is the base for all exceptions that ItsDangerous defines. .. versionadded:: 0.15 )Úmessagecstƒj|ƒ||_dS)N)ÚsuperÚ__init__r)Úselfr)Ú __class__©ú8/tmp/pip-build-0s3hx122/itsdangerous/itsdangerous/exc.pyrs zBadData.__init__)ÚreturncCs|jS)N)r)rr r r Ú__str__szBadData.__str__)Ú__name__Ú __module__Ú __qualname__Ú__doc__Ústrrr Ú __classcell__r r )rr rsrcs*eZdZdZdeedœ‡fdd„ Z‡ZS)Ú BadSignaturez%Raised if a signature does not match.N)rÚpayloadcstƒj|ƒ||_dS)N)rrr)rrr)rr r rs zBadSignature.__init__)N)r rrrrÚ _t_opt_anyrrr r )rr rsrcs2eZdZdZdeeejedœ‡fdd„ Z ‡Z S)ÚBadTimeSignaturezbRaised if a time-based signature is invalid. This is a subclass of :class:`BadSignature`. N)rrÚ date_signedcstƒj||ƒ||_dS)N)rrr)rrrr)rr r r*s zBadTimeSignature.__init__)NN) r rrrrrÚ_tÚOptionalrrrr r )rr r%src@seZdZdZdS)ÚSignatureExpiredzrRaised if a signature timestamp is older than ``max_age``. This is a subclass of :exc:`BadTimeSignature`. N)r rrrr r r r r=srcs.eZdZdZdeeeedœ‡fdd„ Z‡ZS)Ú BadHeaderz®Raised if a signed header is invalid in some form. This only happens for serializers that have a header that goes with the signature. .. versionadded:: 0.24 N)rrÚheaderÚoriginal_errorcstƒj||ƒ||_||_dS)N)rrrr)rrrrr)rr r rKszBadHeader.__init__)NNN) r rrrrrÚ _t_opt_excrrr r )rr rCsrcs*eZdZdZdeedœ‡fdd„ Z‡ZS)Ú BadPayloada4Raised if a payload is invalid. This could happen if the payload is loaded despite an invalid signature, or if there is a mismatch between the serializer and deserializer. The original exception that occurred during loading is stored on as :attr:`original_error`. .. versionadded:: 0.15 N)rrcstƒj|ƒ||_dS)N)rrr)rrr)rr r rfs zBadPayload.__init__)N)r rrrrrrrr r )rr r]sr)ZtypingrrrZAnyrÚ Exceptionrrrrrrrr r r r Ús