bt2: move `_ListenerHandle` to `utils.py`
[babeltrace.git] / src / bindings / python / bt2 / bt2 / __init__.py.in
index 7859a22b459889f3b9265df2cbb5928ad346b789..af5cd9513dbaa4be1a9bd8db57a03ebd3b732046 100644 (file)
@@ -138,12 +138,6 @@ class _IncompleteUserClass(Exception):
     pass
 
 
-class _ListenerHandle:
-    def __init__(self, listener_id, obj):
-        self._listener_id = listener_id
-        self._obj = obj
-
-
 def _init_and_register_exit():
     import bt2.native_bt as _native_bt
     import atexit
This page took 0.024243 seconds and 4 git commands to generate.