(self, data)
| 450 | self._in_before_trading_start = False |
| 451 | |
| 452 | def handle_data(self, data): |
| 453 | if self._handle_data: |
| 454 | self._handle_data(self, data) |
| 455 | |
| 456 | def analyze(self, perf): |
| 457 | if self._analyze is None: |
nothing calls this directly
no outgoing calls
no test coverage detected