microprobe.exceptions.MicroprobeCalledProcessError

exception MicroprobeCalledProcessError(returncode, cmd, output)[source]

Bases: Exception

MicroprobeCalledProcessError Exception

__init__(returncode, cmd, output)[source]

Initialize self. See help(type(self)) for accurate signature.

__str__()[source]

Return str(self).

__cause__

exception cause

__context__

exception context

__delattr__()

Implement delattr(self, name).

__dict__ = mappingproxy({'__module__': 'microprobe.exceptions', '__doc__': 'MicroprobeCalledProcessError Exception', '__init__': <function MicroprobeCalledProcessError.__init__>, '__str__': <function MicroprobeCalledProcessError.__str__>, '__weakref__': <attribute '__weakref__' of 'MicroprobeCalledProcessError' objects>})
__getattribute__()

Return getattr(self, name).

__module__ = 'microprobe.exceptions'
__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__repr__()

Return repr(self).

__setattr__()

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.