/usr/lib/python3/dist-packages/CloudFlare/__pycache__
NameSizeModeActions
api_decode_from_web.cpython-310.pyc15970644editdlrm
api_extras.cpython-310.pyc10950644editdlrm
api_v4.cpython-310.pyc146800644editdlrm
cloudflare.cpython-310.pyc182500644editdlrm
exceptions.cpython-310.pyc27150644editdlrm
logging_helper.cpython-310.pyc12580644editdlrm
network.cpython-310.pyc16420644editdlrm
read_configs.cpython-310.pyc18770644editdlrm
utils.cpython-310.pyc16330644editdlrm
__init__.cpython-310.pyc3300644editdlrm
Edit: /usr/lib/python3/dist-packages/CloudFlare/__pycache__/exceptions.cpython-310.pyc (2715B)
o  ^@s8dZGdddeZGdddeZGdddeZdS) errors for Cloudflare APIc@sZeZdZdZGdddeZdddZddZd d Zd d Z d dZ ddZ ddZ dS)CloudFlareErrorrc@s(eZdZdZddZddZddZdS) zCloudFlareError.CodeMessagezM a small class to save away an interger and string (the code and the message)cCs||_||_dSN)codemessage)selfrrr7/usr/lib/python3/dist-packages/CloudFlare/exceptions.py__init__ s z$CloudFlareError.CodeMessage.__init__cC|jSr)rrrrr__int__ z#CloudFlareError.CodeMessage.__int__cCr r)rr rrr__str__r z#CloudFlareError.CodeMessage.__str__N)__name__ __module__ __qualname____doc__r r rrrrr CodeMessages  rNc Cs`|t|t||_d|_|dur,g|_|D]}|j|t|dt|dqdSdS)rNrr)rintstrevalue error_chainappend)rrrrrrrrr szCloudFlareError.__init__cC t|jS)z( integer value for Cloudflare API errors)rrr rrrr  zCloudFlareError.__int__cCr)z' string value for Cloudflare API errors)rrr rrrr"rzCloudFlareError.__str__cCs|jdurdSt|jS)4 Cloudflare API errors can contain a chain of errorsN)rlenr rrr__len__'s  zCloudFlareError.__len__cCs |j|S)rr)riirrr __getitem__.rzCloudFlareError.__getitem__ccs&|jdurdS|jD]}|Vq dSrNr)rrrrr__iter__3s   zCloudFlareError.__iter__cCs|jdurtdSr")r StopIterationr rrrnext;s zCloudFlareError.nextr) rrrrobjectrr r rrr!r#r%rrrrrs   rc@eZdZdZdS)CloudFlareAPIErrorrNrrrrrrrrr(Ar(c@r')CloudFlareInternalErrorrNr)rrrrr+Dr*r+N)r Exceptionrr(r+rrrrs>