blob: dddb7b0c8beb00361b8b5f68b1d34f60d595a294 [file] [log] [blame]
# Copyright (c) 2015 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.
import uuid
class TraceHandle(object):
def __init__(self, run_info):
self.run_info = run_info
def Open():
# Returns a with-able object containing a name.
raise NotImplemented()