Home
last modified time | relevance | path

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 Dversion.py12 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 Dtest_fractions.py392 self.assertIsInstance(f, typing.SupportsInt)
426 self.assertIsInstance(f, typing.SupportsInt)
H A Dtest_typing.py3256 self.assertIsSubclass(int, typing.SupportsInt)
3257 self.assertNotIsSubclass(str, typing.SupportsInt)
3304 class C1(typing.SupportsInt):
/third_party/python/Lib/
H A Dtyping.py96 'SupportsInt',
2763 class SupportsInt(Protocol): class

Completed in 19 milliseconds