Searched defs:BinaryIO (Results 1 – 5 of 5) sorted by relevance
63 def load_bytecode(self, f: t.BinaryIO) -> None:
774 fileobj: t.BinaryIO,
57 def load(fp: BinaryIO, /, *, parse_float: ParseFloat = float) -> dict[str, Any]:
3280 class BinaryIO(IO[bytes]): class3348 BinaryIO = BinaryIO variable in io
7035 def stuff(a: BinaryIO) -> bytes: