"""An AST transformer for evaluating migration Transforms.
An AST transformer (i.e. a visitor capable of modifying the AST) which
walks an AST hierarchy and evaluates nodes which are migration Transforms.
"""
=
return
# Some transforms don't expect other transforms as children.
# Evaluate the children first.
=
# Then, evaluate this transform.
return
return