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

Function get_sequence_from_label

default/methods/video/sequence.py:72–75  ·  view source on GitHub ↗
(project_string_id, video_file_id, label_file_id)

Source from the content-addressed store, hash-verified

70 methods = ['GET'])
71@Project_permissions.user_has_project(["admin", "Editor", "Viewer", "allow_if_project_is_public"])
72def get_sequence_from_label(project_string_id, video_file_id, label_file_id):
73 with sessionMaker.session_scope() as session:
74 return get_sequence_from_label_shared(
75 session, video_file_id, label_file_id)
76
77
78def get_sequence_from_label_shared(session, video_file_id, label_file_id):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected