Lines Matching refs:patcher
1239 self.patcher = pymock.patch(1241 self.time_mock = self.patcher.start()1242 self.addCleanup(self.patcher.stop)