Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dtyping.py1300 class SupportsBytes(_Protocol): class
/external/python/cpython3/Lib/test/
Dtest_typing.py553 self.assertIsSubclass(B, typing.SupportsBytes)
554 self.assertNotIsSubclass(str, typing.SupportsBytes)
/external/python/cpython3/Doc/library/
Dtyping.rst528 .. class:: SupportsBytes