Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtyping.py1724 class SupportsInt(Protocol): class
/external/python/cpython3/Lib/test/
Dtest_typing.py1354 self.assertIsSubclass(int, typing.SupportsInt)
1355 self.assertNotIsSubclass(str, typing.SupportsInt)
1402 class C1(typing.SupportsInt):
/external/python/cpython3/Doc/library/
Dtyping.rst1547 .. class:: SupportsInt
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1337 :class:`typing.SupportsInt` are now ``Protocol`` subclasses.