Example #1
0
def inverted_iteration_types():
    return invert_dict(iteration_types())
Example #2
0
def inverted_contexts():
    return invert_dict(contexts())
Example #3
0
def inverted_on_errors():
    return invert_dict(on_errors())
Example #4
0
def inverted_runmodes():
    return invert_dict(runmodes())
Example #5
0
def inverted_executiontypes():
    return invert_dict(executiontypes())
Example #6
0
def inverted_impacts():
    return invert_dict(impacts())
Example #7
0
def inverted_runtypes():
    return invert_dict(runtypes())