ditto.matchers

Modules

ditto.matchers.ClassTaskMatcher(operator_class)

Matches a given operator based on the class being the same

ditto.matchers.PythonCallTaskMatcher(…[, …])

Matches a PythonOperator or BranchPythonOperator if their python_callable’s are making the matching method calls or are the same as the method calls to match against.