Searched defs:LegacyVersion (Results  1 – 4 of 4) sorted by relevance
| /external/python/setuptools/setuptools/_vendor/packaging/ | 
| D | specifiers.py | 266     def _compare_equal(self, prospective: LegacyVersion, spec: str) -> bool:269     def _compare_not_equal(self, prospective: LegacyVersion, spec: str) -> bool:
 272     def _compare_less_than_equal(self, prospective: LegacyVersion, spec: str) -> bool:
 276         self, prospective: LegacyVersion, spec: str
 280     def _compare_less_than(self, prospective: LegacyVersion, spec: str) -> bool:
 283     def _compare_greater_than(self, prospective: LegacyVersion, spec: str) -> bool:
 
 | 
| D | version.py | 106 class LegacyVersion(_BaseVersion):  class
 | 
| /external/python/setuptools/pkg_resources/_vendor/packaging/ | 
| D | specifiers.py | 266     def _compare_equal(self, prospective: LegacyVersion, spec: str) -> bool:269     def _compare_not_equal(self, prospective: LegacyVersion, spec: str) -> bool:
 272     def _compare_less_than_equal(self, prospective: LegacyVersion, spec: str) -> bool:
 276         self, prospective: LegacyVersion, spec: str
 280     def _compare_less_than(self, prospective: LegacyVersion, spec: str) -> bool:
 283     def _compare_greater_than(self, prospective: LegacyVersion, spec: str) -> bool:
 
 | 
| D | version.py | 106 class LegacyVersion(_BaseVersion):  class
 |