MCPcopy Create free account
hub / github.com/BeingBeyond/BeTTER / __init__

Method __init__

tools/render/render_episode.py:1324–1325  ·  view source on GitHub ↗
(self, writers: dict[str, Any])

Source from the content-addressed store, hash-verified

1322
1323class _VideoWriterSet:
1324 def __init__(self, writers: dict[str, Any]) -> None:
1325 self._writers = dict(writers)
1326
1327 @classmethod
1328 def open(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected