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