checksum_dict package
Submodules
checksum_dict.base module
checksum_dict.default module
checksum_dict.exceptions module
- final exception checksum_dict.exceptions.KeyError[source]
Bases:
KeyError
- __getattribute__(name, /)
Return getattr(self, name).
- __init__(*args, **kwargs)
- classmethod __new__(*args, **kwargs)
- __reduce__()
Helper for pickle.
- __setstate__(object, /)
- __str__()
Return str(self).
- add_note(object, /)
Exception.add_note(note) – add a note to the exception
- with_traceback(object, /)
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- __cause__
exception cause
- __context__
exception context
- __dict__ = mappingproxy({'__module__': 'checksum_dict.exceptions', '__firstlineno__': 4, '__repr__': <function KeyError.__repr__>, '__static_attributes__': (), '__weakref__': <attribute '__weakref__' of 'KeyError' objects>, '__doc__': None, '__final__': True, '__annotations__': {}})
- __final__ = True
- __firstlineno__ = 4
- __module__ = 'checksum_dict.exceptions'
- __static_attributes__ = ()
- __suppress_context__
- __traceback__
- __weakref__
list of weak references to the object
- args