Home
last modified time | relevance | path

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

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