예제 #1
0
def jred(vmachine):
    _j(vmachine, lambda vm: _get_device(vmachine).busy == False)
예제 #2
0
def jred(vmachine):
    _j(vmachine, lambda vm: _get_device(vmachine).busy == False)
예제 #3
0
def jbus(vmachine):
    _j(vmachine, lambda vm: _get_device(vmachine).busy == True)
예제 #4
0
def jbus(vmachine):
    _j(vmachine, lambda vm: _get_device(vmachine).busy == True)