Searched refs:SupportsInt (Results 1 – 3 of 3) sorted by relevance
529 self.assertIsSubclass(int, typing.SupportsInt)530 self.assertNotIsSubclass(str, typing.SupportsInt)574 class C1(typing.SupportsInt):
1276 class SupportsInt(_Protocol): class
516 .. class:: SupportsInt