microprobe.exceptions.MicroprobeDuplicatedValueError¶
-
exception
MicroprobeDuplicatedValueError
[source]¶ Bases:
microprobe.exceptions.MicroprobeValueError
MicroprobeDuplicatedValueError Exception
-
__cause__
¶ exception cause
-
__context__
¶ exception context
-
__delattr__
(name, /)¶ Implement delattr(self, name).
-
__dict__
= mappingproxy({'__module__': 'microprobe.exceptions', '__doc__': 'MicroprobeDuplicatedValueError Exception', '__annotations__': {}})¶
-
__getattribute__
(name, /)¶ Return getattr(self, name).
-
__init__
(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
-
__module__
= 'microprobe.exceptions'¶
-
__new__
(**kwargs)¶ Create and return a new object. See help(type) for accurate signature.
-
__reduce__
()¶ helper for pickle
-
__repr__
()¶ Return repr(self).
-
__setattr__
(name, value, /)¶ Implement setattr(self, name, value).
-
__setstate__
()¶
-
__str__
()¶ Return str(self).
-
__suppress_context__
¶
-
__traceback__
¶
-
__weakref__
¶ list of weak references to the object (if defined)
-
args
¶
-
with_traceback
()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-