Mini Kabibi Habibi

Current Path : C:/Users/ITO/AppData/Local/Programs/GIMP 2/lib/python2.7/site-packages/attr/
Upload File :
Current File : C:/Users/ITO/AppData/Local/Programs/GIMP 2/lib/python2.7/site-packages/attr/exceptions.pyc

�
+I�]c@`s�ddlmZmZmZdefd��YZdefd��YZdefd��YZde	fd	��YZ
d
e	fd��YZde	fd
��YZde
fd��YZdS(i(tabsolute_importtdivisiontprint_functiontFrozenInstanceErrorcB`seZdZdZegZRS(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
    scan't set attribute(t__name__t
__module__t__doc__tmsgtargs(((s7/mingw64/lib/python2.7/site-packages/attr/exceptions.pyRstAttrsAttributeNotFoundErrorcB`seZdZRS(sq
    An ``attrs`` function couldn't find an attribute that the user asked for.

    .. versionadded:: 16.2.0
    (RRR(((s7/mingw64/lib/python2.7/site-packages/attr/exceptions.pyR	stNotAnAttrsClassErrorcB`seZdZRS(si
    A non-``attrs`` class has been passed into an ``attrs`` function.

    .. versionadded:: 16.2.0
    (RRR(((s7/mingw64/lib/python2.7/site-packages/attr/exceptions.pyR
stDefaultAlreadySetErrorcB`seZdZRS(s�
    A default has been set using ``attr.ib()`` and is attempted to be reset
    using the decorator.

    .. versionadded:: 17.1.0
    (RRR(((s7/mingw64/lib/python2.7/site-packages/attr/exceptions.pyR"stUnannotatedAttributeErrorcB`seZdZRS(s~
    A class with ``auto_attribs=True`` has an ``attr.ib()`` without a type
    annotation.

    .. versionadded:: 17.3.0
    (RRR(((s7/mingw64/lib/python2.7/site-packages/attr/exceptions.pyR+stPythonTooOldErrorcB`seZdZRS(sr
    An ``attrs`` feature requiring a more recent python version has been used.

    .. versionadded:: 18.2.0
    (RRR(((s7/mingw64/lib/python2.7/site-packages/attr/exceptions.pyR
4stNotCallableErrorcB`s eZdZd�Zd�ZRS(s�
    A ``attr.ib()`` requiring a callable has been set with a value
    that is not callable.

    .. versionadded:: 19.2.0
    cC`s/tt|�j||�||_||_dS(N(tsupert	TypeErrort__init__Rtvalue(tselfRR((s7/mingw64/lib/python2.7/site-packages/attr/exceptions.pyRDs	cC`s
t|j�S(N(tstrR(R((s7/mingw64/lib/python2.7/site-packages/attr/exceptions.pyt__str__Is(RRRRR(((s7/mingw64/lib/python2.7/site-packages/attr/exceptions.pyR<s	N(t
__future__RRRtAttributeErrorRt
ValueErrorR	R
tRuntimeErrorRRR
RR(((s7/mingw64/lib/python2.7/site-packages/attr/exceptions.pyt<module>s