MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / request_chunk

Function request_chunk

example_code/item_099.py:55–57  ·  view source on GitHub ↗
(video_id, byte_offset, size)

Source from the content-addressed store, hash-verified

53 # Returns the byte offset in the video data
54
55def request_chunk(video_id, byte_offset, size):
56 pass
57 # Returns size bytes of video_id's data from the offset
58
59video_id = ...
60timecode = "01:09:14:28"

Callers 1

item_099.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected