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

Method __getitem__

python/flowgraph.py:468–472  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

466 core.BNFreeFlowGraphNodeList(nodes, count.value)
467
468 def __getitem__(self, i):
469 node = core.BNGetFlowGraphNode(self.handle, i)
470 if node is None:
471 return None
472 return FlowGraphNode(self, node)
473
474 def _prepare_for_layout(self, ctxt):
475 try:

Callers

nothing calls this directly

Calls 1

FlowGraphNodeClass · 0.70

Tested by

no test coverage detected