(self, format, *args)
| 55 | self.server.stop() |
| 56 | |
| 57 | def log_message(self, format, *args): |
| 58 | return |
| 59 | |
| 60 | |
| 61 | # http://code.activestate.com/recipes/425210-simple-stoppable-server-using-socket-timeout/ |
nothing calls this directly
no outgoing calls
no test coverage detected