MCPcopy Create free account
hub / github.com/Francis-Rings/FlashPortrait / __len__

Method __len__

wan/data/portrait_data.py:123–124  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121 return video_files
122
123 def __len__(self):
124 return len(self.video_files)
125
126 def frame_count(self, frames_path):
127 files = os.listdir(frames_path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected