MCPcopy
hub / github.com/apache/caldera / load

Method load

app/objects/c_obfuscator.py:42–47  ·  view source on GitHub ↗
(self, agent)

Source from the content-addressed store, hash-verified

40 return existing
41
42 def load(self, agent):
43 try:
44 mod = import_module(self.module)
45 return mod.Obfuscation(agent)
46 except Exception as e:
47 logging.error('Error importing obfuscator=%s, %s' % (self.name, e))

Callers 4

gui_modificationMethod · 0.45
taskMethod · 0.45
get_variationsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected