ConstructOrder

class constructs.ConstructOrder(*values)

Bases: Enum

In what order to return constructs.

Attributes

POSTORDER

Depth-first, post-order (leaf nodes first).

PREORDER

Depth-first, pre-order.