Home
last modified time | relevance | path

Searched defs:ParsedVersion (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/_vendor/packaging/
Dspecifiers.py27 ParsedVersion = Union[Version, LegacyVersion] variable
288 fn: Callable[["Specifier", ParsedVersion, str], bool] argument
291 def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool:
408 def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool:
430 def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool:
470 def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool:
474 def _compare_less_than_equal(self, prospective: ParsedVersion, spec: str) -> bool:
483 self, prospective: ParsedVersion, spec: str
492 def _compare_less_than(self, prospective: ParsedVersion, spec_str: str) -> bool:
518 def _compare_greater_than(self, prospective: ParsedVersion, spec_str: str) -> bool:
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dspecifiers.py27 ParsedVersion = Union[Version, LegacyVersion] variable
288 fn: Callable[["Specifier", ParsedVersion, str], bool] argument
291 def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool:
408 def _compare_compatible(self, prospective: ParsedVersion, spec: str) -> bool:
430 def _compare_equal(self, prospective: ParsedVersion, spec: str) -> bool:
470 def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool:
474 def _compare_less_than_equal(self, prospective: ParsedVersion, spec: str) -> bool:
483 self, prospective: ParsedVersion, spec: str
492 def _compare_less_than(self, prospective: ParsedVersion, spec_str: str) -> bool:
518 def _compare_greater_than(self, prospective: ParsedVersion, spec_str: str) -> bool: