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

Class Project

python/collaboration/compatibility.py:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 super().__init__(handle)
17
18class Project(RemoteProject):
19 def __init__(self, handle):
20 warnings.warn('Legacy class "Project" will be removed in a future version. Please migrate to "binaryninja.collaboration.project.RemoteProject".')
21 super().__init__(handle)

Callers 1

core_projectMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected