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

Method _create_instance

python/basicblock.py:220–222  ·  view source on GitHub ↗

Internal method used to instantiate child instances

(self, handle: core.BNBasicBlockHandle)

Source from the content-addressed store, hash-verified

218 start += length
219
220 def _create_instance(self, handle: core.BNBasicBlockHandle) -> 'BasicBlock':
221 """Internal method used to instantiate child instances"""
222 return BasicBlock(handle, self.view)
223
224 @property
225 def instruction_count(self) -> int:

Callers 4

_make_edgesMethod · 0.95
_make_blocksMethod · 0.95
immediate_dominatorMethod · 0.95

Calls 1

BasicBlockClass · 0.70

Tested by

no test coverage detected