| 25 | |
| 26 | |
| 27 | class NullMessage(object): |
| 28 | |
| 29 | CAT_SUCCESS = CAT_SUCCESS |
| 30 | CAT_ERROR = CAT_ERROR |
| 31 | |
| 32 | def __init__(self, mtype, mname): |
| 33 | pass |
| 34 | |
| 35 | def complete(self): |
| 36 | pass |
| 37 | |
| 38 | def set_status(self, status): |
| 39 | pass |
| 40 | |
| 41 | def set_data(self, data): |
| 42 | pass |
nothing calls this directly
no outgoing calls
no test coverage detected