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

Method list

shared/database/video/sequence.py:379–386  ·  view source on GitHub ↗
(
        session,
        video_file_id,
        archived = False)

Source from the content-addressed store, hash-verified

377
378 @staticmethod
379 def list(
380 session,
381 video_file_id,
382 archived = False):
383
384 return session.query(Sequence).filter(
385 Sequence.video_file_id == video_file_id,
386 Sequence.archived == archived).all()
387
388
389 @staticmethod

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected