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

Method __init__

old_examples/play.py:112–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110
111class VideoWidget(gtk.DrawingArea):
112 def __init__(self):
113 gtk.DrawingArea.__init__(self)
114 self.imagesink = None
115 self.unset_flags(gtk.DOUBLE_BUFFERED)
116
117 def do_expose_event(self, event):
118 if self.imagesink:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected