lib: pass config object to message iterator init method, add can seek forward property
[babeltrace.git] / tests / bindings / python / bt2 / test_event_class.py
index 6a6eb4cb81308c55300ef07c828fe18bd17520f5..47606b0e2234a193ecc062a02330dc29f804eaab 100644 (file)
@@ -34,7 +34,7 @@ def _create_const_event_class(tc, stream_class):
     )
 
     class MyIter(bt2._UserMessageIterator):
-        def __init__(self, self_port_output):
+        def __init__(self, config, self_port_output):
 
             trace = tc()
             stream = trace.create_stream(stream_class)
This page took 0.022969 seconds and 4 git commands to generate.