Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ __init__
Method
__init__
python/downloadprovider.py:354–355 ·
view source on GitHub ↗
(self, provider)
Source
from the content-addressed store, hash-verified
352
353
class
PythonDownloadInstance(DownloadInstance):
354
def
__init__(self, provider):
355
super(PythonDownloadInstance, self).__init__(provider)
356
357
def
perform_destroy_instance(self):
358
pass
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected