Reconstructor, composes the object as we grab it from the database
(self)
| 51 | |
| 52 | @reconstructor |
| 53 | def init(self): |
| 54 | """ |
| 55 | Reconstructor, composes the object as we grab it from the database |
| 56 | """ |
| 57 | self.__generated = False |
| 58 | self.__effectDef = None |
| 59 | |
| 60 | @property |
| 61 | def handler(self): |
nothing calls this directly
no outgoing calls
no test coverage detected