MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / __init__

Method __init__

python/collaboration/compatibility.py:9–11  ·  view source on GitHub ↗
(self, handle)

Source from the content-addressed store, hash-verified

7
8class File(RemoteFile):
9 def __init__(self, handle):
10 warnings.warn('Legacy class "File" will be removed in a future version. Please migrate to "binaryninja.collaboration.file.RemoteFile".')
11 super().__init__(handle)
12
13class Folder(RemoteFolder):
14 def __init__(self, handle):

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected