mutcleaner.utils.mutation_converter#

Functions

invert_mutation(mutation)

Helper function to invert a mutation

invert_mutation_set(mutation_set)

Helper function to invert a mutation set

mutcleaner.utils.mutation_converter.invert_mutation(mutation)[source]#

Helper function to invert a mutation

Return type:

TypeVar(MutationType, bound= BaseMutation)

mutcleaner.utils.mutation_converter.invert_mutation_set(mutation_set)[source]#

Helper function to invert a mutation set

Return type:

TypeVar(MutationSetType, bound= MutationSet)