Home
last modified time | relevance | path

Searched defs:BinaryIO (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dtyping.py1545 class BinaryIO(IO[bytes]): class
1595 BinaryIO = BinaryIO variable in io
/external/python/cpython3/Lib/test/
Dtest_typing.py2569 def stuff(a: BinaryIO) -> bytes: