TransformGraph ============== .. currentmodule:: utilipy.data_utils.xfm .. autoclass:: TransformGraph :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~TransformGraph.type_set .. rubric:: Methods Summary .. autosummary:: ~TransformGraph.add_transform ~TransformGraph.decorate ~TransformGraph.find_shortest_path ~TransformGraph.function_decorator ~TransformGraph.get_names ~TransformGraph.get_transform ~TransformGraph.invalidate_cache ~TransformGraph.lookup_name ~TransformGraph.register ~TransformGraph.remove_transform ~TransformGraph.transform .. rubric:: Attributes Documentation .. autoattribute:: type_set .. rubric:: Methods Documentation .. automethod:: add_transform .. automethod:: decorate .. automethod:: find_shortest_path .. automethod:: function_decorator .. automethod:: get_names .. automethod:: get_transform .. automethod:: invalidate_cache .. automethod:: lookup_name .. automethod:: register .. automethod:: remove_transform .. automethod:: transform