MCPcopy Index your code
hub / github.com/GStreamer/gst-python / testElementDebug

Method testElementDebug

testsuite/old/test_element.py:220–223  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

218 e.debug('I am a formatted %s %s' % ('log', 'string'))
219
220 def testElementDebug(self):
221 e = TestElement("testelement")
222 e.set_property("name", "testelement")
223 e.break_it_down()
224
225class LinkTest(TestCase):
226 def testLinkNoPads(self):

Callers

nothing calls this directly

Calls 3

break_it_downMethod · 0.95
TestElementClass · 0.85
set_propertyMethod · 0.80

Tested by

no test coverage detected