MCPcopy
hub / github.com/smicallef/spiderfoot / setup

Method setup

modules/sfp_isc.py:62–68  ·  view source on GitHub ↗
(self, sfc, userOpts=dict())

Source from the content-addressed store, hash-verified

60 errorState = False
61
62 def setup(self, sfc, userOpts=dict()):
63 self.sf = sfc
64 self.results = self.tempStorage()
65 self.errorState = False
66
67 for opt in list(userOpts.keys()):
68 self.opts[opt] = userOpts[opt]
69
70 def watchedEvents(self):
71 return [

Calls 1

tempStorageMethod · 0.80