microprobe.utils.cmdline.LazyArgumentError

exception LazyArgumentError[source]

Bases: Exception

An exception class to report argument error.

__cause__

exception cause

__context__

exception context

__delattr__(name, /)

Implement delattr(self, name).

__dict__ = mappingproxy({'__module__': 'microprobe.utils.cmdline', '__doc__': 'An exception class to report argument error.\n\n    ', '__weakref__': <attribute '__weakref__' of 'LazyArgumentError' objects>, '__annotations__': {}})
__getattribute__(name, /)

Return getattr(self, name).

__init__(*args, **kwargs)
__module__ = 'microprobe.utils.cmdline'
__new__(**kwargs)
__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.