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

__init__(*args, **kwargs)
classmethod __new__(*args, **kwargs)
__reduce__()

Helper for pickle.

__repr__()[source]

Return repr(self).

Return type:

str

__setstate__(state, /)
__str__()

Return str(self).

add_note(note, /)

Add a note to the exception

with_traceback(tb, /)

Set self.__traceback__ to tb and return self.

__cause__
__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_cache__': {}})
__final__ = True
__firstlineno__ = 4
__module__ = 'checksum_dict.exceptions'
__static_attributes__ = ()
__suppress_context__
__traceback__
__weakref__

list of weak references to the object

args

checksum_dict.singleton module

Module contents