MCPcopy Index your code
hub / github.com/diffgram/diffgram / try_to_commit

Method try_to_commit

walrus/methods/video/video_preprocess.py:330–336  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

328 self.extension = ".mp4"
329
330 def try_to_commit(self):
331
332 try:
333 self.session.commit()
334 except:
335 self.session.rollback()
336 raise
337
338 def clean_up_temp_dir(self, path):
339

Callers 1

splitMethod · 0.95

Calls 1

commitMethod · 0.80

Tested by

no test coverage detected