|
list | schemes = ['ssh', 'git', 'hg', 'bzr', 'sftp', 'svn'] |
|
def pip.vcs.VcsSupport.__init__ |
( |
|
self | ) |
|
def pip.vcs.VcsSupport.__iter__ |
( |
|
self | ) |
|
def pip.vcs.VcsSupport.all_schemes |
( |
|
self | ) |
|
def pip.vcs.VcsSupport.backends |
( |
|
self | ) |
|
def pip.vcs.VcsSupport.dirnames |
( |
|
self | ) |
|
def pip.vcs.VcsSupport.get_backend |
( |
|
self, |
|
|
|
name |
|
) |
| |
def pip.vcs.VcsSupport.get_backend_from_location |
( |
|
self, |
|
|
|
location |
|
) |
| |
def pip.vcs.VcsSupport.get_backend_name |
( |
|
self, |
|
|
|
location |
|
) |
| |
Return the name of the version control backend if found at given
location, e.g. vcs.get_backend_name('/path/to/vcs/checkout')
def pip.vcs.VcsSupport.register |
( |
|
self, |
|
|
|
cls |
|
) |
| |
def pip.vcs.VcsSupport.unregister |
( |
|
self, |
|
|
|
cls = None , |
|
|
|
name = None |
|
) |
| |
dictionary pip.vcs.VcsSupport._registry = {} |
|
staticprivate |
list pip.vcs.VcsSupport.schemes = ['ssh', 'git', 'hg', 'bzr', 'sftp', 'svn'] |
|
static |
The documentation for this class was generated from the following file:
Copyright 2014 Google Inc. All rights reserved.