Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ __iter__
Method
__iter__
python/binaryview.py:2140–2142 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2138
self._n = 0
2139
2140
def
__iter__(self):
2141
for
i in range(0, len(self)):
2142
yield
_function.Function(self._view, core.BNNewFunctionReference(self._funcs[i]))
2143
2144
def
__next__(self):
2145
if
self._n >= len(self):
Callers
nothing calls this directly
Calls
1
Function
Method · 0.80
Tested by
no test coverage detected