bt2: prepend `_user` to overridable protected methods
[babeltrace.git] / tests / bindings / python / bt2 / utils.py
index fb4003a3e76a452ce6a5e121a26083bae67e330f..46be6fe22524ac369b5057616a671f4c873be668 100644 (file)
@@ -30,10 +30,7 @@ def run_in_component_init(func):
             nonlocal res_bound
             res_bound = func(self)
 
-        def _consume(self):
-            pass
-
-        def _graph_is_configured(self):
+        def _user_consume(self):
             pass
 
     g = bt2.Graph()
This page took 0.023479 seconds and 4 git commands to generate.