ditto.resolvers

Modules

ditto.resolvers.ClassTransformerResolver(…)

Finds a resolver for a transformer based on the class of the source operator given

ditto.resolvers.AncestralClassTransformerResolver(…)

Extends the ClassTransformerResolver by matching on all the ancestor classes of the given operator

ditto.resolvers.PythonCallTransformerResolver(…)

Similar to the PythonCallTaskMatcher, but finds a transformer for a operator using the same matching pattern.