Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ __getitem__
Method
__getitem__
python/function.py:265–265 ·
view source on GitHub ↗
(self, i: int)
Source
from the content-addressed store, hash-verified
263
264
@overload
265
def
__getitem__(self, i: int) ->
'basicblock.BasicBlock'
: ...
266
267
@overload
268
def
__getitem__(self, i: slice) -> List[
'basicblock.BasicBlock'
]: ...
Callers
nothing calls this directly
Calls
2
_instantiate_block
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected