| Server IP : 103.4.122.14 / Your IP : 216.73.216.103 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips System : Linux cwp2.slnet.com.au 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : statewid ( 1251) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python2.7/site-packages/josepy/ |
Upload File : |
�
�t0^c @ sb d Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S(
s JOSE errors.t Errorc B s e Z d Z RS( s Generic JOSE Error.( t __name__t
__module__t __doc__( ( ( s1 /usr/lib/python2.7/site-packages/josepy/errors.pyR s t DeserializationErrorc B s e Z d Z d � Z RS( s JSON deserialization error.c C s d j t t | � j � � S( Ns Deserialization error: {0}( t formatt superR t __str__( t self( ( s1 /usr/lib/python2.7/site-packages/josepy/errors.pyR s ( R R R R ( ( ( s1 /usr/lib/python2.7/site-packages/josepy/errors.pyR s t SerializationErrorc B s e Z d Z RS( s JSON serialization error.( R R R ( ( ( s1 /usr/lib/python2.7/site-packages/josepy/errors.pyR s t UnrecognizedTypeErrorc B s e Z d Z d � Z d � Z RS( s~ Unrecognized type error.
:ivar str typ: The unrecognized type of the JSON object.
:ivar jobj: Full JSON object.
c C s2 | | _ | | _ t t | � j t | � � d S( N( t typt jobjR R
t __init__t str( R R R ( ( s1 /usr/lib/python2.7/site-packages/josepy/errors.pyR
s c C s d j | j | j � S( Ns) {0} was not recognized, full message: {1}( R R R ( R ( ( s1 /usr/lib/python2.7/site-packages/josepy/errors.pyR ! s ( R R R R
R ( ( ( s1 /usr/lib/python2.7/site-packages/josepy/errors.pyR
s N( R t ExceptionR R R R
( ( ( s1 /usr/lib/python2.7/site-packages/josepy/errors.pyt <module> s