Searched defs:BinaryIO (Results 1 – 2 of 2) sorted by relevance
1920 class BinaryIO(IO[bytes]): class1975 BinaryIO = BinaryIO variable in io
3770 def stuff(a: BinaryIO) -> bytes: