bt2: check for _graph_is_configured method in user sink classes
[babeltrace.git] / tests / python-plugin-provider / bt_plugin_test_python_plugin_provider.py
index 5a0c893fc14766d3a019484f1f51206e6db775d5..d5274ae49d3cef72591ea88526fedf1b2d2db83c 100644 (file)
@@ -40,6 +40,9 @@ class MySink(bt2._UserSinkComponent):
     def _consume(self):
         pass
 
+    def _graph_is_configured(self):
+        pass
+
 
 bt2.register_plugin(__name__, 'sparkling', author='Philippe Proulx',
                     description='A delicious plugin.',
This page took 0.024109 seconds and 4 git commands to generate.