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

Method setUp

testsuite/old/test_pad.py:37–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35
36class PadPushUnlinkedTest(TestCase):
37 def setUp(self):
38 TestCase.setUp(self)
39 self.src = gst.Pad("src", gst.PAD_SRC)
40 self.sink = gst.Pad("sink", gst.PAD_SINK)
41
42 def tearDown(self):
43 self.assertEquals(sys.getrefcount(self.src), pygobject_2_13 and 2 or 3)

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected