Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | List of all members
setuptools.command.easy_install.PthDistributions Class Reference
Inheritance diagram for setuptools.command.easy_install.PthDistributions:

Public Member Functions

def __init__
 
def save
 
def add
 
def remove
 
def make_relative
 

Public Attributes

 filename
 
 sitedirs
 
 basedir
 
 paths
 

Static Public Attributes

 dirty = False
 

Private Member Functions

def _load
 

Detailed Description

A .pth file with Distribution paths in it

Constructor & Destructor Documentation

def setuptools.command.easy_install.PthDistributions.__init__ (   self,
  filename,
  sitedirs = () 
)

Member Function Documentation

def setuptools.command.easy_install.PthDistributions._load (   self)
private
def setuptools.command.easy_install.PthDistributions.add (   self,
  dist 
)
Add `dist` to the distribution map
def setuptools.command.easy_install.PthDistributions.make_relative (   self,
  path 
)
def setuptools.command.easy_install.PthDistributions.remove (   self,
  dist 
)
Remove `dist` from the distribution map
def setuptools.command.easy_install.PthDistributions.save (   self)
Write changed .pth file back to disk

Member Data Documentation

setuptools.command.easy_install.PthDistributions.basedir
setuptools.command.easy_install.PthDistributions.dirty = False
static
setuptools.command.easy_install.PthDistributions.filename
setuptools.command.easy_install.PthDistributions.paths
setuptools.command.easy_install.PthDistributions.sitedirs

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.