Home
last modified time | relevance | path

Searched refs:_BaseVersion (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dversion.py67 class _BaseVersion: class
76 def __lt__(self, other: "_BaseVersion") -> bool:
77 if not isinstance(other, _BaseVersion):
82 def __le__(self, other: "_BaseVersion") -> bool:
83 if not isinstance(other, _BaseVersion):
89 if not isinstance(other, _BaseVersion):
94 def __ge__(self, other: "_BaseVersion") -> bool:
95 if not isinstance(other, _BaseVersion):
100 def __gt__(self, other: "_BaseVersion") -> bool:
101 if not isinstance(other, _BaseVersion)
[all...]

Completed in 1 milliseconds