bt2: check for _graph_is_configured method in user sink classes
[babeltrace.git] / tests / bindings / python / bt2 / utils.py
index d52a474c1e7337aefafb40e78c8a6a2d03947646..873a6514aa0f0034505de112c080d3a8d80de8fc 100644 (file)
@@ -32,6 +32,9 @@ def run_in_component_init(func):
         def _consume(self):
             pass
 
+        def _graph_is_configured(self):
+            pass
+
     g = bt2.Graph()
     res_bound = None
     g.add_component(MySink, 'comp')
This page took 0.023632 seconds and 4 git commands to generate.