Lines Matching refs:link
118 def _do_capture(cls, _device, link, path, title, ext=".png"):
126 link, path = _device.capture(link, path, ext)
131 if path and link:
135 '</a>'.format(link, path, cls.resize_image(path), title, link))
136 return path, link
145 path, link = cls.get_image_dir_path(_device, name, ext, exe_type=exe_type)
147 return cls._do_capture(_device, link, path, name, ext)
159 link = os.path.join(DeccVariable.cur_case().name, save_name)
161 return cls._do_capture(_device, link, path, step_name, ext)
196 link = os.path.join(DeccVariable.cur_case().name, save_name)
197 return path, link