Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_typing.py1556 issubclass(float, typing.SupportsRound)
1557 self.assertIsSubclass(float, typing.SupportsRound)
1558 self.assertIsSubclass(int, typing.SupportsRound)
1559 self.assertNotIsSubclass(str, typing.SupportsRound)
/third_party/python/Lib/
Dtyping.py2216 class SupportsRound(Protocol[T_co]): class
/third_party/python/Doc/library/
Dtyping.rst1918 .. class:: SupportsRound