Searched defs:BinaryIO (Results 1 – 4 of 4) sorted by relevance
63 def load_bytecode(self, f: t.BinaryIO) -> None:
764 fileobj: t.BinaryIO,
2581 class BinaryIO(IO[bytes]): class2636 BinaryIO = BinaryIO variable in io
4331 def stuff(a: BinaryIO) -> bytes: