(
self,
parent_input)
| 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, |
no test coverage detected