(self, chn_type: str)
| 253 | self.add_other_line(line, channel_url) |
| 254 | |
| 255 | def get_channel_data(self, chn_type: str) -> list: |
| 256 | return self.channel_data.get(chn_type, []) |
| 257 | |
| 258 | def get_all_other(self) -> list: |
| 259 | return self.other_lines |
no outgoing calls
no test coverage detected