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

Public Member Functions

def __init__
 
def __str__
 
def __repr__
 
def __eq__
 
def __ne__
 
def __lt__
 
def __le__
 
def __gt__
 
def __ge__
 
def __hash__
 
def filename
 
def scheme
 
def path
 
def splitext
 
def ext
 
def url_without_fragment
 
def egg_fragment
 
def hash
 
def hash_name
 
def show_url
 
def verifiable
 

Public Attributes

 url
 
 comes_from
 
 internal
 
 trusted
 

Private Attributes

 _deprecated_regex
 

Static Private Attributes

tuple _egg_fragment_re = re.compile(r'#egg=([^&]*)')
 
tuple _hash_re = re.compile(r'(sha1|sha224|sha384|sha256|sha512|md5)=([a-f0-9]+)')
 

Constructor & Destructor Documentation

def pip.index.Link.__init__ (   self,
  url,
  comes_from = None,
  internal = None,
  trusted = None,
  _deprecated_regex = False 
)

Member Function Documentation

def pip.index.Link.__eq__ (   self,
  other 
)
def pip.index.Link.__ge__ (   self,
  other 
)
def pip.index.Link.__gt__ (   self,
  other 
)
def pip.index.Link.__hash__ (   self)
def pip.index.Link.__le__ (   self,
  other 
)
def pip.index.Link.__lt__ (   self,
  other 
)
def pip.index.Link.__ne__ (   self,
  other 
)
def pip.index.Link.__repr__ (   self)
def pip.index.Link.__str__ (   self)
def pip.index.Link.egg_fragment (   self)
def pip.index.Link.ext (   self)
def pip.index.Link.filename (   self)
def pip.index.Link.hash (   self)
def pip.index.Link.hash_name (   self)
def pip.index.Link.path (   self)
def pip.index.Link.scheme (   self)
def pip.index.Link.show_url (   self)
def pip.index.Link.splitext (   self)
def pip.index.Link.url_without_fragment (   self)
def pip.index.Link.verifiable (   self)
Returns True if this link can be verified after download, False if it
cannot, and None if we cannot determine.

Member Data Documentation

pip.index.Link._deprecated_regex
private
tuple pip.index.Link._egg_fragment_re = re.compile(r'#egg=([^&]*)')
staticprivate
tuple pip.index.Link._hash_re = re.compile(r'(sha1|sha224|sha384|sha256|sha512|md5)=([a-f0-9]+)')
staticprivate
pip.index.Link.comes_from
pip.index.Link.internal
pip.index.Link.trusted
pip.index.Link.url

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

Copyright 2014 Google Inc. All rights reserved.