(self, trading_time, clock_event)
| 14 | |
| 15 | class Clock: |
| 16 | def __init__(self, trading_time, clock_event): |
| 17 | self.trading_state = trading_time |
| 18 | self.clock_event = clock_event |
| 19 | |
| 20 | |
| 21 | class ClockIntervalHandler: |
nothing calls this directly
no outgoing calls
no test coverage detected