Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ __init__
Method
__init__
python/workflow.py:795–797 ·
view source on GitHub ↗
(self, machine: WorkflowMachine)
Source
from the content-addressed store, hash-verified
793
}
794
795
def
__init__(self, machine: WorkflowMachine):
796
super().__init__()
797
self.machine = machine
798
799
def
do_log(self, line):
800
""
"Control workflow logging."
""
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected