Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_typing.py562 issubclass(float, typing.SupportsRound)
563 self.assertIsSubclass(float, typing.SupportsRound)
564 self.assertIsSubclass(int, typing.SupportsRound)
565 self.assertNotIsSubclass(str, typing.SupportsRound)
/external/python/cpython3/Lib/
Dtyping.py1316 class SupportsRound(_Protocol[T_co]): class
/external/python/cpython3/Doc/library/
Dtyping.rst537 .. class:: SupportsRound