(self, *args, **kwargs)
| 805 | return peer |
| 806 | |
| 807 | def announce(self, *args, **kwargs): |
| 808 | self.announcer.announce(*args, **kwargs) |
| 809 | |
| 810 | # Keep connections to get the updates |
| 811 | def needConnections(self, num=None, check_site_on_reconnect=False): |
no outgoing calls
no test coverage detected