Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blacklanternsecurity/bbot
/ log
Method
log
bbot/modules/base.py:1485–1488 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1483
1484
@property
1485
def
log(self):
1486
if
getattr(self,
"_log"
, None) is None:
1487
self._log = logging.getLogger(f
"bbot.modules.{self.name}"
)
1488
return
self._log
1489
1490
@property
1491
def
memory_usage(self):
Callers
15
T
Function · 0.45
Ae
Function · 0.45
is
Function · 0.45
cs
Function · 0.45
ds
Function · 0.45
ys
Function · 0.45
vs
Function · 0.45
Bs
Function · 0.45
l
Function · 0.45
zs
Function · 0.45
Ns
Function · 0.45
i
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected