bt2: Adapt test_stream_class.py and make it pass
[babeltrace.git] / bindings / python / bt2 / bt2 / clock_class.py
index 41c9863f6267d24d91a65ae16e230930a565cc8e..8eb25385d53560ec71be47cb602943ada5c17aad 100644 (file)
@@ -54,6 +54,9 @@ class ClockClassOffset:
 
 
 class ClockClass(object._SharedObject):
+    _get_ref = staticmethod(native_bt.clock_class_get_ref)
+    _put_ref = staticmethod(native_bt.clock_class_put_ref)
+
     def __init__(self, name, frequency, description=None, precision=None,
                  offset=None, is_absolute=None, uuid=None):
         utils._check_str(name)
This page took 0.024738 seconds and 4 git commands to generate.