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

Method _wait_complete

python/flowgraph.py:786–787  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

784 return FlowGraphLayoutRequest(self, callback)
785
786 def _wait_complete(self):
787 self._wait_cond.release()
788
789 def layout_and_wait(self):
790 """

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.80

Tested by

no test coverage detected