Home
last modified time | relevance | path

Searched defs:LegacyVersion (Results 1 – 4 of 4) sorted by relevance

/external/python/setuptools/pkg_resources/_vendor/packaging/
Dspecifiers.py266 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:
Dversion.py106 class LegacyVersion(_BaseVersion): class
/external/python/setuptools/setuptools/_vendor/packaging/
Dspecifiers.py266 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:
Dversion.py106 class LegacyVersion(_BaseVersion): class