Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ _instantiate_block
Method
_instantiate_block
python/function.py:666–667 ·
view source on GitHub ↗
(self, handle)
Source
from the content-addressed store, hash-verified
664
return
count, blocks
665
666
def
_instantiate_block(self, handle):
667
return
basicblock.BasicBlock(handle, self.view)
668
669
@property
670
def
basic_blocks(self) -> BasicBlockList:
Callers
2
__next__
Method · 0.45
__getitem__
Method · 0.45
Calls
1
BasicBlock
Method · 0.80
Tested by
no test coverage detected