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