def pip._vendor.distlib.version.NormalizedMatcher._adjust_local |
( |
|
self, |
|
|
|
version, |
|
|
|
constraint, |
|
|
|
prefix |
|
) |
| |
|
private |
def pip._vendor.distlib.version.NormalizedMatcher._match_compatible |
( |
|
self, |
|
|
|
version, |
|
|
|
constraint, |
|
|
|
prefix |
|
) |
| |
|
private |
def pip._vendor.distlib.version.NormalizedMatcher._match_eq |
( |
|
self, |
|
|
|
version, |
|
|
|
constraint, |
|
|
|
prefix |
|
) |
| |
|
private |
def pip._vendor.distlib.version.NormalizedMatcher._match_ge |
( |
|
self, |
|
|
|
version, |
|
|
|
constraint, |
|
|
|
prefix |
|
) |
| |
|
private |
def pip._vendor.distlib.version.NormalizedMatcher._match_gt |
( |
|
self, |
|
|
|
version, |
|
|
|
constraint, |
|
|
|
prefix |
|
) |
| |
|
private |
def pip._vendor.distlib.version.NormalizedMatcher._match_le |
( |
|
self, |
|
|
|
version, |
|
|
|
constraint, |
|
|
|
prefix |
|
) |
| |
|
private |
def pip._vendor.distlib.version.NormalizedMatcher._match_lt |
( |
|
self, |
|
|
|
version, |
|
|
|
constraint, |
|
|
|
prefix |
|
) |
| |
|
private |
def pip._vendor.distlib.version.NormalizedMatcher._match_ne |
( |
|
self, |
|
|
|
version, |
|
|
|
constraint, |
|
|
|
prefix |
|
) |
| |
|
private |
dictionary pip._vendor.distlib.version.NormalizedMatcher._operators |
|
staticprivate |
Initial value:
2 '~=':
'_match_compatible',
The documentation for this class was generated from the following file:
- orbits/lib/python2.7/site-packages/pip/_vendor/distlib/version.py
Copyright 2014 Google Inc. All rights reserved.