def pip.index.Link.__init__ |
( |
|
self, |
|
|
|
url, |
|
|
|
comes_from = None , |
|
|
|
internal = None , |
|
|
|
trusted = None , |
|
|
|
_deprecated_regex = False |
|
) |
| |
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.
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 |
The documentation for this class was generated from the following file:
- orbits/lib/python2.7/site-packages/pip/index.py
Copyright 2014 Google Inc. All rights reserved.