(self, http_object)
| 373 | self._parent = parent |
| 374 | |
| 375 | def copy_data(self, http_object): |
| 376 | self.remote_system = http_object.remote_system |
| 377 | self.root_path = http_object.root_path |
| 378 | self.parent = http_object.id |
| 379 | super(UAObject, self).set_paths(self.root_path, self.browser) |
| 380 | |
| 381 | def create_table_html(self, divid): |
| 382 | scr_path = os.path.relpath(self.screenshot_path, self.root_path) |
no test coverage detected