Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtyping.py1734 class SupportsFloat(Protocol): class
/external/python/cpython3/Doc/library/
Dtyping.rst928 against :class:`SupportsFloat`. However, the ``complex.__float__`` method
1537 .. class:: SupportsFloat
/external/python/cpython3/Lib/test/
Dtest_typing.py1358 self.assertIsSubclass(float, typing.SupportsFloat)
1359 self.assertNotIsSubclass(str, typing.SupportsFloat)