Home
last modified time | relevance | path

Searched defs:BinaryIO (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/
Dtyping.py2581 class BinaryIO(IO[bytes]): class
2636 BinaryIO = BinaryIO variable in io
/third_party/python/Lib/test/
Dtest_typing.py4331 def stuff(a: BinaryIO) -> bytes: