Searched refs:NegativeInfinityType (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | _structures.py | 28 def __neg__(self: object) -> "NegativeInfinityType": 35 class NegativeInfinityType: class 61 NegativeInfinity = NegativeInfinityType()
|
H A D | version.py | 14 from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType namespace 20 CmpPrePostDevType = Union[InfinityType, NegativeInfinityType, Tuple[str, int]] 22 NegativeInfinityType, 23 Tuple[Union[Tuple[int, str], Tuple[NegativeInfinityType, Union[int, str]]], ...],
|
Completed in 2 milliseconds