MCPcopy Create free account
hub / github.com/diffgram/diffgram / get_total_frames

Method get_total_frames

walrus/methods/video/video.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.frames_completed_data[frame_num] = False
45
46 def get_total_frames(self):
47 return len(self.frames_completed_data.keys())
48
49
50class New_video():

Callers 1

video_status_updatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected