MCPcopy Create free account
hub / github.com/nodejs/node / _compare_not_equal

Method _compare_not_equal

tools/gyp/pylib/packaging/specifiers.py:438–439  ·  view source on GitHub ↗
(self, prospective: Version, spec: str)

Source from the content-addressed store, hash-verified

436 return prospective == spec_version
437
438 def _compare_not_equal(self, prospective: Version, spec: str) -> bool:
439 return not self._compare_equal(prospective, spec)
440
441 def _compare_less_than_equal(self, prospective: Version, spec: str) -> bool:
442

Callers

nothing calls this directly

Calls 1

_compare_equalMethod · 0.95

Tested by

no test coverage detected