Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_typing.py1382 self.assertIsSubclass(float, typing.SupportsAbs)
1383 self.assertIsSubclass(int, typing.SupportsAbs)
1384 self.assertNotIsSubclass(str, typing.SupportsAbs)
1401 self.assertIsInstance(0, typing.SupportsAbs)
/external/python/cpython3/Lib/
Dtyping.py1774 class SupportsAbs(Protocol[T_co]): class
/external/python/cpython3/Doc/library/
Dtyping.rst1524 .. class:: SupportsAbs