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

Method project_file

python/binaryview.py:3717–3718  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3715
3716 @property
3717 def project_file(self) -> Optional['project.ProjectFile']:
3718 return self.file.project_file
3719
3720 def _init(self, ctxt):
3721 try:

Callers 1

is_validMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected