Exemplo n.º 1
0
def StubDevice():
    """Return a valid trivial device."""
    return devices.Device(rx_driver=StubRXDriver(), components={})
Exemplo n.º 2
0
def StubDevice():
    """Return a valid trivial device."""
    return devices.Device(components={})
Exemplo n.º 3
0
def StubDevice():
    '''Return a valid trivial device.'''
    return devices.Device(components={u'c': nullExportedState})