Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ __init__
Method
__init__
old_examples/synchronizer.py:133–136 ·
view source on GitHub ↗
(self, window)
Source
from the content-addressed store, hash-verified
131
132
class
SyncPoints(gtk.VBox):
133
def
__init__(self, window):
134
gtk.VBox.__init__(self)
135
self.pwindow = window
136
self.create_ui()
137
138
def
get_time_as_str(self, iter, i):
139
value = self.model.get_value(iter, i)
Callers
nothing calls this directly
Calls
2
create_ui
Method · 0.95
__init__
Method · 0.45
Tested by
no test coverage detected