dacapo.ext

Classes

NoSuchModule

This class is used to raise an exception when a module is not found.

Package Contents

class dacapo.ext.NoSuchModule(name)

This class is used to raise an exception when a module is not found.

__name

The name of the module that was not found.

Type:

str

__traceback_str

The traceback string of the exception.

Type:

str

__exception

The exception raised.

Type:

Exception

__getattr__(item)

Raises the exception.