MCPcopy
hub / github.com/diffgram/diffgram / __prepare_sequences

Method __prepare_sequences

walrus/methods/video/video.py:428–436  ·  view source on GitHub ↗
(
        self,
        parent_input)

Source from the content-addressed store, hash-verified

426 return True
427
428 def __prepare_sequences(
429 self,
430 parent_input):
431
432 self.determine_unique_sequences_from_external()
433 self.create_all_found_sequences(video_file_id = parent_input.file.id)
434 if self.check_update_log_errors() is False: return
435 self.add_sequence_id_to_instances()
436 if self.check_update_log_errors() is False: return
437
438 def __format_frame_for_update(
439 self,

Callers 2

loadMethod · 0.95

Tested by

no test coverage detected