4 lines
120 B
Python
4 lines
120 B
Python
class GeneralWritableStream:
|
|
def write_chunk(self, buffer: bytearray, chunk_index: int, cached: bool):
|
|
pass
|