(self, action, data=None)
| 50 | class PortUser(IPortUser): |
| 51 | |
| 52 | def on_port_processing(self, action, data=None): |
| 53 | print(data) |
| 54 | return True |
| 55 | |
| 56 | |
| 57 | #stpw = Stopwatch('test measurementer') |
nothing calls this directly
no outgoing calls
no test coverage detected