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

Method __init__

old_examples/remuxer.py:141–145  ·  view source on GitHub ↗
(self, window, label)

Source from the content-addressed store, hash-verified

139 gobject.PARAM_READABLE)}
140
141 def __init__(self, window, label):
142 gtk.HBox.__init__(self)
143 self.pwindow = window
144 self.label = label
145 self.create_ui()
146
147 def get_property(self, param, pspec):
148 if param == 'time':

Callers

nothing calls this directly

Calls 2

create_uiMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected