telemetry.internal.backends.mandoline.paths
index
telemetry/internal/backends/mandoline/paths.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.

 
Modules
       
os

 
Classes
       
__builtin__.object
Paths

 
class Paths(__builtin__.object)
    Provides commonly used paths
 
  Methods defined here:
RelPath(self, path)
Returns the given path, relative to the current directory.
SrcRelPath(self, path)
Returns the given path, relative to self.src_root.
__init__(self, config, chrome_root)
Generate paths to binary artifacts from a Config object.

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