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