Orbits
1
|
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 |
A .pth file with Distribution paths in it
def setuptools.command.easy_install.PthDistributions.__init__ | ( | self, | |
filename, | |||
sitedirs = () |
|||
) |
|
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
setuptools.command.easy_install.PthDistributions.basedir |
|
static |
setuptools.command.easy_install.PthDistributions.filename |
setuptools.command.easy_install.PthDistributions.paths |
setuptools.command.easy_install.PthDistributions.sitedirs |
Copyright 2014 Google Inc. All rights reserved.