Files
typeshed/stdlib/asyncio/compat.pyi
2022-01-10 05:57:08 -08:00

6 lines
99 B
Python

PY34: bool
PY35: bool
PY352: bool
def flatten_list_bytes(list_of_data: list[bytes]) -> bytes: ...