Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_typing.py529 self.assertIsSubclass(int, typing.SupportsInt)
530 self.assertNotIsSubclass(str, typing.SupportsInt)
574 class C1(typing.SupportsInt):
/external/python/cpython3/Lib/
Dtyping.py1276 class SupportsInt(_Protocol): class
/external/python/cpython3/Doc/library/
Dtyping.rst516 .. class:: SupportsInt