gaitmap.utils.exceptions.GaitmapMadImportError#

class gaitmap.utils.exceptions.GaitmapMadImportError(object_name: str, module_name: str)[source]#

An error indicating that the algorithm is implemented in gaitmap-mad and not gaitmap.

Attributes:
args
msg

exception message

name

module name

path

module path

Methods

with_traceback

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

__init__(object_name: str, module_name: str) None[source]#
msg#

exception message

name#

module name

path#

module path

with_traceback()#

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