Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Static Public Attributes | List of all members
pip.vcs.bazaar.Bazaar Class Reference
Inheritance diagram for pip.vcs.bazaar.Bazaar:
pip.vcs.VersionControl _object

Public Member Functions

def __init__
 
def parse_vcs_bundle_file
 
def export
 
def switch
 
def update
 
def obtain
 
def get_url_rev
 
def get_url
 
def get_revision
 
def get_tag_revs
 
def get_src_requirement
 
- Public Member Functions inherited from pip.vcs.VersionControl
def __init__
 
def cmd
 
def get_url_rev
 
def get_info
 
def normalize_url
 
def compare_urls
 
def parse_vcs_bundle_file
 
def obtain
 
def switch
 
def update
 
def check_destination
 
def unpack
 
def get_src_requirement
 

Static Public Attributes

string name = 'bzr'
 
string dirname = '.bzr'
 
string repo_name = 'branch'
 
string bundle_file = 'bzr-branch.txt'
 
tuple schemes = ('bzr', 'bzr+http', 'bzr+https', 'bzr+ssh', 'bzr+sftp', 'bzr+ftp', 'bzr+lp')
 
tuple guide
 
- Static Public Attributes inherited from pip.vcs.VersionControl
string name = ''
 
string dirname = ''
 

Additional Inherited Members

- Public Attributes inherited from pip.vcs.VersionControl
 url
 

Constructor & Destructor Documentation

def pip.vcs.bazaar.Bazaar.__init__ (   self,
  url = None,
  args,
  kwargs 
)

Member Function Documentation

def pip.vcs.bazaar.Bazaar.export (   self,
  location 
)
Export the Bazaar repository at the url to the destination location
def pip.vcs.bazaar.Bazaar.get_revision (   self,
  location 
)
def pip.vcs.bazaar.Bazaar.get_src_requirement (   self,
  dist,
  location,
  find_tags 
)
def pip.vcs.bazaar.Bazaar.get_tag_revs (   self,
  location 
)
def pip.vcs.bazaar.Bazaar.get_url (   self,
  location 
)
def pip.vcs.bazaar.Bazaar.get_url_rev (   self)
def pip.vcs.bazaar.Bazaar.obtain (   self,
  dest 
)
def pip.vcs.bazaar.Bazaar.parse_vcs_bundle_file (   self,
  content 
)
def pip.vcs.bazaar.Bazaar.switch (   self,
  dest,
  url,
  rev_options 
)
def pip.vcs.bazaar.Bazaar.update (   self,
  dest,
  rev_options 
)

Member Data Documentation

string pip.vcs.bazaar.Bazaar.bundle_file = 'bzr-branch.txt'
static
string pip.vcs.bazaar.Bazaar.dirname = '.bzr'
static
tuple pip.vcs.bazaar.Bazaar.guide
static
Initial value:
1 = ('# This was a Bazaar branch; to make it a branch again run:\n'
2  'bzr branch -r %(rev)s %(url)s .\n')
string pip.vcs.bazaar.Bazaar.name = 'bzr'
static
string pip.vcs.bazaar.Bazaar.repo_name = 'branch'
static
tuple pip.vcs.bazaar.Bazaar.schemes = ('bzr', 'bzr+http', 'bzr+https', 'bzr+ssh', 'bzr+sftp', 'bzr+ftp', 'bzr+lp')
static

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

Copyright 2014 Google Inc. All rights reserved.