telemetry.internal.platform.device
index
telemetry/internal/platform/device.py

# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Classes
       
__builtin__.object
Device

 
class Device(__builtin__.object)
    A base class of devices.
A device instance contains all the necessary information for constructing
a platform backend object for remote platforms.
 
Attributes:
  name: A device name string in human-understandable term.
  guid: A unique id of the device. Subclass of device must specify this
    id properly so that device objects to a same actual device must have same
    guid.
 
  Methods defined here:
__init__(self, name, guid)

Class methods defined here:
GetAllConnectedDevices(cls, blacklist) from __builtin__.type

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
guid
name