Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtyping.py1284 class SupportsFloat(_Protocol): class
/external/python/cpython3/Lib/test/
Dtest_typing.py533 self.assertIsSubclass(float, typing.SupportsFloat)
534 self.assertNotIsSubclass(str, typing.SupportsFloat)
/external/python/cpython3/Doc/library/
Dtyping.rst520 .. class:: SupportsFloat