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