Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blacklanternsecurity/bbot
/ __init__
Method
__init__
bbot/scanner/scanner.py:1373–1376 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
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
nothing calls this directly
Calls
2
pop
Method · 0.80
__init__
Method · 0.45
Tested by
no test coverage detected