Home
last modified time | relevance | path

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

/third_party/jinja2/
Dbccache.py63 def load_bytecode(self, f: t.BinaryIO) -> None:
Dext.py774 fileobj: t.BinaryIO,
/third_party/python/Lib/tomllib/
D_parser.py57 def load(fp: BinaryIO, /, *, parse_float: ParseFloat = float) -> dict[str, Any]:
/third_party/python/Lib/
Dtyping.py3280 class BinaryIO(IO[bytes]): class
3348 BinaryIO = BinaryIO variable in io
/third_party/python/Lib/test/
Dtest_typing.py7035 def stuff(a: BinaryIO) -> bytes: