Searched refs:screenshot_func (Results 1 – 2 of 2) sorted by relevance
244 def _take_screenshot(self, screenshot_func): argument257 screenshot_func(remote_path)267 screenshot_func = self._display_proxy.take_internal_screenshot268 return self._take_screenshot(screenshot_func)277 screenshot_func = self._display_proxy.take_external_screenshot278 return self._take_screenshot(screenshot_func)286 screenshot_func = self._display_proxy.save_calibration_image287 return self._take_screenshot(screenshot_func)
228 def _take_screenshot(self, screenshot_func): argument239 screenshot_func(f.name)248 screenshot_func = self._display_component.take_internal_screenshot249 return self._take_screenshot(screenshot_func)258 screenshot_func = self._display_component.take_external_screenshot259 return self._take_screenshot(screenshot_func)267 screenshot_func = self._display_component.save_calibration_image268 return self._take_screenshot(screenshot_func)