MCPcopy Create free account
hub / github.com/blacklanternsecurity/bbot / DummyModule

Class DummyModule

bbot/scanner/scanner.py:1370–1376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1368
1369
1370class DummyModule(BaseModule):
1371 _priority = 4
1372
1373 def __init__(self, *args, **kwargs):
1374 self._name = kwargs.pop("name")
1375 self._type = kwargs.pop("_type")
1376 super().__init__(*args, **kwargs)

Callers 1

_make_dummy_moduleMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…