Beispiel #1
0
def freeAllDevices():
    """Free all Device objects.  There is no reason to call this function."""
    from _ped import device_free_all
    return device_free_all()
Beispiel #2
0
 def runTest(self):
     _ped.device_probe_all()
     self.assertEqual(_ped.device_free_all(), None)
Beispiel #3
0
def freeAllDevices():
    """Free all Device objects.  There is no reason to call this function."""
    from _ped import device_free_all
    return device_free_all()
Beispiel #4
0
 def runTest(self):
     _ped.device_probe_all()
     self.assertEqual(_ped.device_free_all(), None)