MCPcopy Create free account
hub / github.com/apple/ml-sharp / close

Method close

src/sharp/utils/io.py:177–179  ·  view source on GitHub ↗

Finish writing.

(self)

Source from the content-addressed store, hash-verified

175 ...
176
177 def close(self) -> None:
178 """Finish writing."""
179 ...
180
181
182class VideoWriter(OutputWriter):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected