Home
last modified time | relevance | path

Searched refs:SupportsInt (Results 1 – 6 of 6) sorted by relevance

/external/python/setuptools/setuptools/_vendor/packaging/
Dversion.py9 from typing import Callable, Iterator, List, Optional, SupportsInt, Tuple, Union
394 letter: str, number: Union[str, bytes, SupportsInt] argument
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dversion.py9 from typing import Callable, Iterator, List, Optional, SupportsInt, Tuple, Union
394 letter: str, number: Union[str, bytes, SupportsInt] argument
/external/python/cpython3/Lib/
Dtyping.py2177 class SupportsInt(Protocol): class
/external/python/cpython3/Lib/test/
Dtest_typing.py1572 self.assertIsSubclass(int, typing.SupportsInt)
1573 self.assertNotIsSubclass(str, typing.SupportsInt)
1620 class C1(typing.SupportsInt):
/external/python/cpython3/Doc/library/
Dtyping.rst2003 .. class:: SupportsInt
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1338 :class:`typing.SupportsInt` are now ``Protocol`` subclasses.