MCPcopy Index your code
hub / github.com/RedSiege/EyeWitness / copy_data

Method copy_data

Python/modules/objects.py:375–379  ·  view source on GitHub ↗
(self, http_object)

Source from the content-addressed store, hash-verified

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)

Callers 1

create_ua_objectMethod · 0.95

Calls 1

set_pathsMethod · 0.80

Tested by

no test coverage detected