(self)
| 272 | callbacks.append(callback) |
| 273 | |
| 274 | def stop(self): |
| 275 | self.running = False |
| 276 | |
| 277 | |
| 278 | # Import market sources only to initialize price source modules, they register on their own |
nothing calls this directly
no outgoing calls
no test coverage detected