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

Method __iter__

python/function.py:253–254  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251 return self._count.value
252
253 def __iter__(self):
254 return BasicBlockList(self._function)
255
256 def __next__(self) -> 'basicblock.BasicBlock':
257 if self._n >= len(self):

Callers

nothing calls this directly

Calls 1

BasicBlockListClass · 0.85

Tested by

no test coverage detected