Mini Kabibi Habibi
�
+I�]c @` s� d d l m Z m Z m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ
d
e f d � � YZ d e f d
� � YZ d e
f d � � YZ d S( i ( t absolute_importt divisiont print_functiont FrozenInstanceErrorc B` s e Z d Z d Z e g Z RS( s�
A frozen/immutable instance has been attempted to be modified.
It mirrors the behavior of ``namedtuples`` by using the same error message
and subclassing `AttributeError`.
.. versionadded:: 16.1.0
s can't set attribute( t __name__t
__module__t __doc__t msgt args( ( ( s7 /mingw64/lib/python2.7/site-packages/attr/exceptions.pyR s t AttrsAttributeNotFoundErrorc B` s e Z d Z RS( sq
An ``attrs`` function couldn't find an attribute that the user asked for.
.. versionadded:: 16.2.0
( R R R ( ( ( s7 /mingw64/lib/python2.7/site-packages/attr/exceptions.pyR s t NotAnAttrsClassErrorc B` s e Z d Z RS( si
A non-``attrs`` class has been passed into an ``attrs`` function.
.. versionadded:: 16.2.0
( R R R ( ( ( s7 /mingw64/lib/python2.7/site-packages/attr/exceptions.pyR
s t DefaultAlreadySetErrorc B` s e Z d Z RS( s�
A default has been set using ``attr.ib()`` and is attempted to be reset
using the decorator.
.. versionadded:: 17.1.0
( R R R ( ( ( s7 /mingw64/lib/python2.7/site-packages/attr/exceptions.pyR "