Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_typing.py557 self.assertIsSubclass(float, typing.SupportsAbs)
558 self.assertIsSubclass(int, typing.SupportsAbs)
559 self.assertNotIsSubclass(str, typing.SupportsAbs)
573 isinstance(0, typing.SupportsAbs)
/external/python/cpython3/Lib/
Dtyping.py1308 class SupportsAbs(_Protocol[T_co]): class
/external/python/cpython3/Doc/library/
Dtyping.rst532 .. class:: SupportsAbs