MCPcopy Create free account
hub / github.com/Filarius/video2video / write

Method write

scripts/vid2vid.py:325–327  ·  view source on GitHub ↗
(self, arr)

Source from the content-addressed store, hash-verified

323 return np.frombuffer(buf, dtype=np.uint8)
324
325 def write(self, arr):
326 bytes = arr.tobytes()
327 self._process.stdin.write(bytes)
328
329 def write_eof(self):
330 if self._stdin != None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected