(self)
| 179 | self.cv.release() |
| 180 | |
| 181 | def stop(self): |
| 182 | self.running = False |
| 183 | |
| 184 | def _prepareRequestNormal(self, request): |
| 185 | # Escape regexp-specific symbols, and un-escape whitespaces |
nothing calls this directly
no outgoing calls
no test coverage detected