telemetry.core.timeline.event_container
index
telemetry/core/timeline/event_container.py

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

 
class TimelineEventContainer(__builtin__.object)
    Represents a container for events.
 
  Methods defined here:
IterChildContainers(self)
IterEventsInThisContainer(self)
__init__(self, name, parent)

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