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