Searched refs:screenshot_func (Results 1 – 2 of 2) sorted by relevance
234 def _take_screenshot(self, screenshot_func): argument245 screenshot_func(f.name)254 screenshot_func = self._display_component.take_internal_screenshot255 return self._take_screenshot(screenshot_func)264 screenshot_func = self._display_component.take_external_screenshot265 return self._take_screenshot(screenshot_func)273 screenshot_func = self._display_component.save_calibration_image274 return self._take_screenshot(screenshot_func)
250 def _take_screenshot(self, screenshot_func): argument263 screenshot_func(remote_path)273 screenshot_func = self._display_proxy.take_internal_screenshot274 return self._take_screenshot(screenshot_func)283 screenshot_func = self._display_proxy.take_external_screenshot284 return self._take_screenshot(screenshot_func)292 screenshot_func = self._display_proxy.save_calibration_image293 return self._take_screenshot(screenshot_func)