Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_typing.py1600 self.assertIsSubclass(float, typing.SupportsAbs)
1601 self.assertIsSubclass(int, typing.SupportsAbs)
1602 self.assertNotIsSubclass(str, typing.SupportsAbs)
1619 self.assertIsInstance(0, typing.SupportsAbs)
/external/python/cpython3/Lib/
Dtyping.py2227 class SupportsAbs(Protocol[T_co]): class
/external/python/cpython3/Doc/library/
Dtyping.rst1980 .. class:: SupportsAbs