telemetry.core.chrome.tab_list_backend
index
telemetry/core/chrome/tab_list_backend.py

# Copyright (c) 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.

 
Modules
       
telemetry.core.exceptions
httplib
telemetry.core.chrome.inspector_backend
json
socket
telemetry.core.tab
urllib2
telemetry.core.util
weakref

 
Classes
       
__builtin__.object
TabListBackend

 
class TabListBackend(__builtin__.object)
     Methods defined here:
ActivateTab(self, debugger_url, timeout=None)
CloseTab(self, debugger_url, timeout=None)
DoesDebuggerUrlExist(self, debugger_url)
Get(self, index, ret)
Returns self[index] if it exists, or ret if index is out of bounds.
GetTabUrl(self, debugger_url)
Init(self)
New(self, timeout)
__getitem__(self, index)
__init__(self, browser_backend)
__iter__(self)
__len__(self)

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