phml.utils

phml.Utils

This is a collection of utility functions that allow for manipulation, traversal, and discovery inside a phml.ast.AST.

 1"""phml.Utils
 2
 3This is a collection of utility functions that allow for manipulation, traversal,
 4and discovery inside a phml.ast.AST.
 5"""
 6
 7from phml.locate import *
 8from phml.misc import *
 9from phml.transform import *
10from phml.travel import *
11from phml.validate import *