/usr/lib/python3/dist-packages/attr/__pycache__
NameSizeModeActions
converters.cpython-310.pyc28780644editdlrm
exceptions.cpython-310.pyc31090644editdlrm
filters.cpython-310.pyc16870644editdlrm
setters.cpython-310.pyc15800644editdlrm
validators.cpython-310.pyc112220644editdlrm
_cmp.cpython-310.pyc38520644editdlrm
_compat.cpython-310.pyc57600644editdlrm
_config.cpython-310.pyc7130644editdlrm
_funcs.cpython-310.pyc99610644editdlrm
_make.cpython-310.pyc725370644editdlrm
_next_gen.cpython-310.pyc33380644editdlrm
_version_info.cpython-310.pyc23900644editdlrm
__init__.cpython-310.pyc16900644editdlrm
Edit: /usr/lib/python3/dist-packages/attr/__pycache__/exceptions.cpython-310.pyc (3109B)
o `@sddlmZmZmZGdddeZGdddeZGdddeZGdd d eZ Gd d d eZ Gd d d e Z Gddde Z Gddde ZGdddeZdS))absolute_importdivisionprint_functionc@seZdZdZdZegZdS) FrozenErrorz A frozen/immutable instance or attribute have been attempted to be modified. It mirrors the behavior of ``namedtuples`` by using the same error message and subclassing `AttributeError`. .. versionadded:: 20.1.0 zcan't set attributeN)__name__ __module__ __qualname____doc__msgargsr r 1/usr/lib/python3/dist-packages/attr/exceptions.pyrs rc@eZdZdZdS)FrozenInstanceErrorz\ A frozen instance has been attempted to be modified. .. versionadded:: 16.1.0 Nrrrr r r r r rrc@r)FrozenAttributeErrorz] A frozen attribute has been attempted to be modified. .. versionadded:: 20.1.0 Nrr r r r rrrc@r)AttrsAttributeNotFoundErrorzq An ``attrs`` function couldn't find an attribute that the user asked for. .. versionadded:: 16.2.0 Nrr r r r r#rrc@r)NotAnAttrsClassErrorzi A non-``attrs`` class has been passed into an ``attrs`` function. .. versionadded:: 16.2.0 Nrr r r r r+rrc@r)DefaultAlreadySetErrorz A default has been set using ``attr.ib()`` and is attempted to be reset using the decorator. .. versionadded:: 17.1.0 Nrr r r r r3rrc@r)UnannotatedAttributeErrorz~ A class with ``auto_attribs=True`` has an ``attr.ib()`` without a type annotation. .. versionadded:: 17.3.0 Nrr r r r r<rrc@r)PythonTooOldErrorz~ It was attempted to use an ``attrs`` feature that requires a newer Python version. .. versionadded:: 18.2.0 Nrr r r r rErrcs(eZdZdZfddZddZZS)NotCallableErrorz A ``attr.ib()`` requiring a callable has been set with a value that is not callable. .. versionadded:: 19.2.0 cs"tt|||||_||_dSN)super TypeError__init__r value)selfr r __class__r r rVs zNotCallableError.__init__cCs t|jSr)strr )rr r r __str__[s zNotCallableError.__str__)rrrr rr" __classcell__r r rr rNs rN) __future__rrrAttributeErrorrrr ValueErrorrr RuntimeErrorrrrrrr r r r s