telemetry.internal.app.possible_app
index
telemetry/internal/app/possible_app.py

# Copyright 2012 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
PossibleApp

 
class PossibleApp(__builtin__.object)
    A factory class that can be used to create a running instance of app.
 
Call Create() to launch the app and begin manipulating it.
 
  Methods defined here:
Create(self, finder_options)
SupportsOptions(self, finder_options)
Tests for extension support.
__init__(self, app_type, target_os)
__repr__(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
app_type
platform
target_os
Target OS, the app will run on.