phenotypic.tools.exceptions_.OperationIntegrityError#

exception phenotypic.tools.exceptions_.OperationIntegrityError(opname: str, component: str, image_name=None)[source]#

Bases: AttributeError

Exception raised when an operation attempts to change a component it shouldn’t.

Parameters:
  • opname (str)

  • component (str)

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

args#
name#

attribute name

obj#

object