示例#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())