Contents:
constructs.
ConstructOrder
Bases: enum.Enum
enum.Enum
In what order to return constructs.
Attributes
POSTORDER
Depth-first, post-order (leaf nodes first).
PREORDER
Depth-first, pre-order.