Change behaviour of stream-intersection with multiple traces
[babeltrace.git] / bindings / python / reader.py
index bb3d92811b71f3c4e631deeb37df09536f275ded..7756db195cb336f3736b07cdf9247de6fae0f239 100644 (file)
@@ -139,7 +139,7 @@ class TraceCollection:
 
     @property
     def has_intersection(self):
-        return nbt._bt_python_has_intersection(self._tc)
+        return nbt._bt_python_trace_collection_has_intersection(self._tc)
 
     @property
     def events(self):
This page took 0.025108 seconds and 4 git commands to generate.