bt2: add bt2._OutputPort.create_notification_iterator()
[babeltrace.git] / bindings / python / bt2 / bt2 / notification_iterator.py
index 99bc813621a78b79a81175331044ac8ee34a810d..363f62d28024ce800457d6f6c7936415fd75a810 100644 (file)
@@ -68,6 +68,10 @@ class _PrivateConnectionNotificationIterator(_GenericNotificationIterator):
         return bt2.component._create_generic_component_from_ptr(comp_ptr)
 
 
+class _OutputPortNotificationIterator(_GenericNotificationIterator):
+    pass
+
+
 class _UserNotificationIterator(_NotificationIterator):
     def __new__(cls, ptr):
         # User iterator objects are always created by the native side,
This page took 0.02288 seconds and 4 git commands to generate.