MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / __del__

Method __del__

detrsmpl/utils/ffmpeg_utils.py:83–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 self.__del__()
82
83 def __del__(self):
84 self.process.stdin.close()
85 self.process.stderr.close()
86 self.process.wait()
87
88
89def array_to_video(

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected