MCPcopy Create free account
hub / github.com/codehasan/dex2c / post_order

Method post_order

androguard/decompiler/dad/graph.py:153–169  ·  view source on GitHub ↗

Yields the :class`~androguard.decompiler.dad.node.Node`s of the graph in post-order i.e we visit all the children of a node before visiting the node itself.

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

compute_rpoMethod · 0.95
place_declarationsFunction · 0.45
if_structFunction · 0.45
switch_structFunction · 0.45
short_circuit_structFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected