start networking - should be called before using other methods
(self)
| 432 | self._networkingThread_v6 = None |
| 433 | |
| 434 | def start(self): |
| 435 | """start networking - should be called before using other methods""" |
| 436 | self._startThreads() |
| 437 | self._serverStarted = True |
| 438 | |
| 439 | def stop(self): |
| 440 | """cleans up and stops networking""" |
nothing calls this directly
no test coverage detected