Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/blacklanternsecurity/bbot
/ create_thread
Method
create_thread
bbot/core/core.py:216–219 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
214
return
process
215
216
def
create_thread(self, *args, **kwargs):
217
from
.helpers.process
import
BBOTThread
218
219
return
BBOTThread(*args, **kwargs)
220
221
@property
222
def
logger(self):
Callers
3
create_process
Method · 0.95
feed_pipe
Function · 0.80
tempfile_tail
Function · 0.80
Calls
1
BBOTThread
Class · 0.85
Tested by
no test coverage detected