MCPcopy Create free account
hub / github.com/GStreamer/gst-python / get_value

Method get_value

old_examples/synchronizer.py:218–219  ·  view source on GitHub ↗
(row, i)

Source from the content-addressed store, hash-verified

216
217 def get_sync_points(self):
218 def get_value(row, i):
219 return self.model.get_value(row.iter, i)
220 pairs = [(get_value(row, 1), get_value(row, 0)) for row in self.model]
221 pairs.sort()
222 ret = []

Callers 7

__getitem__Method · 0.80
get_time_as_strMethod · 0.80
value_changedMethod · 0.80
record_sound.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected