ape.parts.dummy.dummy.CrashDummy.__getattr__

CrashDummy.__getattr__(attribute)

To catch unimplemented parts of the class and log them

Param:
  • attribute: string for attribute not defined elsewhere in the class
Raise:

self.error if attribute == self.function

Navigation