Home
last modified time | relevance | path

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

/third_party/jinja2/
Dbccache.py63 def load_bytecode(self, f: t.BinaryIO) -> None:
Dext.py764 fileobj: t.BinaryIO,
/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: