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

Method __init__

old_examples/switch.py:92–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90
91class VideoWidget(gtk.DrawingArea):
92 def __init__(self):
93 gtk.DrawingArea.__init__(self)
94 self.imagesink = None
95 self.unset_flags(gtk.DOUBLE_BUFFERED)
96
97 def do_expose_event(self, event):
98 if self.imagesink:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected