Home
last modified time | relevance | path

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

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