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

Method __init__

bbot/core/engine.py:45–48  ·  view source on GitHub ↗
(self, debug=False)

Source from the content-addressed store, hash-verified

43 ERROR_CLASS = BBOTEngineError
44
45 def __init__(self, debug=False):
46 self._shutdown_status = False
47 self.log = logging.getLogger(f"bbot.core.{self.__class__.__name__.lower()}")
48 self._engine_debug = debug
49
50 def pickle(self, obj):
51 try:

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected