microprobe.exceptions.MicroprobeNoGenerationPathError¶
-
exception
MicroprobeNoGenerationPathError
(target, origin, address)[source]¶ Bases:
microprobe.exceptions.MicroprobeCodeGenerationError
Exception raised when there is not a path suitable to generate a given value using the available
Generator
instances.- Parameters
-
__cause__
¶ exception cause
-
__context__
¶ exception context
-
__delattr__
(name, /)¶ Implement delattr(self, name).
-
__dict__
= mappingproxy({'__module__': 'microprobe.exceptions', '__doc__': 'Exception raised when there is not a path suitable to generate a given\n value using the available :class:`~.Generator`\n instances.\n\n :param target: Value to generate.\n :type target: :class:`~.int`\n :param origin: Starting value.\n :type origin: :class:`~.int`\n :param address: If value to generate is an address.\n :type address: :class:`~.bool`\n\n ', '__init__': <function MicroprobeNoGenerationPathError.__init__>, '__str__': <function MicroprobeNoGenerationPathError.__str__>})¶
-
__getattribute__
(name, /)¶ Return getattr(self, name).
-
__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__
()¶
-
__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.