Home | History | Annotate | Download | only in unittest

Lines Matching refs:watcher

285         self.watcher = _LoggingWatcher([], [])
291 self.watcher.records.append(record)
293 self.watcher.output.append(msg)
319 self.watcher = handler.watcher
326 return handler.watcher
335 if len(self.watcher.records) == 0: