binaryninja.flowgraph.FlowGraphLayoutRequest¶
-
class
FlowGraphLayoutRequest
(graph, callback=None)[source]¶ -
__init__
(graph, callback=None)[source]¶ x.__init__(…) initializes x; see help(type(x)) for signature
Methods
__init__
(graph[, callback])x.__init__(…) initializes x; see help(type(x)) for signature abort
()Attributes
complete
Whether flow graph layout is complete (read-only) graph
Flow graph that is being processed (read-only) -