Coverage for phml\utils\transform\__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v6.5.0, created at 2022-11-30 09:38 -0600
« prev ^ index » next coverage.py v6.5.0, created at 2022-11-30 09:38 -0600
1"""utils.transform
3A collection of utilities focused around transforming an
4ast or a specific nodes.
5"""
7from .sanitize import *
8from .transform import *
10# __all__ = [
11# "filter_nodes",
12# "remove_nodes",
13# "map_nodes",
14# "find_and_replace",
15# "shift_heading",
16# ]