Searched refs:SupportsInt (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | version.py | 12 from typing import Any, Callable, NamedTuple, Optional, SupportsInt, Tuple, Union namespace 453 letter: Optional[str], number: Union[str, bytes, SupportsInt, None]
|
/third_party/python/Lib/test/ |
H A D | test_fractions.py | 392 self.assertIsInstance(f, typing.SupportsInt) 426 self.assertIsInstance(f, typing.SupportsInt)
|
H A D | test_typing.py | 3256 self.assertIsSubclass(int, typing.SupportsInt) 3257 self.assertNotIsSubclass(str, typing.SupportsInt) 3304 class C1(typing.SupportsInt):
|
/third_party/python/Lib/ |
H A D | typing.py | 96 'SupportsInt', 2763 class SupportsInt(Protocol): class
|
Completed in 19 milliseconds