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

Method __getitem__

python/binaryview.py:2153–2153  ·  view source on GitHub ↗
(self, i: int)

Source from the content-addressed store, hash-verified

2151
2152 @overload
2153 def __getitem__(self, i: int) -> '_function.Function': ...
2154
2155 @overload
2156 def __getitem__(self, i: slice) -> List['_function.Function']: ...

Callers

nothing calls this directly

Calls 2

FunctionMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected