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