InvalidAttachedObject class
Methods
- def add_note(...)
- Exception.add_note(note) – add a note to the exception
- def with_traceback(...)
- Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
Special methods
- def __format__(self, format_spec, /)
- Default object formatter.
- def __reduce__(...)
- def __setstate__(...)
Properties
- __cause__ get
- exception cause
- __context__ get
- exception context
- args get
Method documentation
def habitat_sim. errors. InvalidAttachedObject. __format__(self, format_spec, /)
Default object formatter.
Return str(self) if format_spec is empty. Raise TypeError otherwise.