bt2: move `_ListenerHandle` to `utils.py`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 Jul 2019 19:03:03 +0000 (15:03 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Aug 2019 18:05:19 +0000 (14:05 -0400)
commit76f5df432a980121b58ec730f8b5142c6c19fc4b
treebc291e7b2ecd540d0d443bdbb4aa5d600bc6132b
parent64e96b5d4769fa0d62afdcfb700cb24d779b74a3
bt2: move `_ListenerHandle` to `utils.py`

`_ListenerHandle` is not a name the package's user needs directly, so
move it to the internal `utils.py` instead of having it available as
`bt2._ListenerHandle`.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I11b4476665b358d76379d73d8706dc6146d4b006
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1772
Tested-by: jenkins <jenkins@lttng.org>
src/bindings/python/bt2/bt2/__init__.py.in
src/bindings/python/bt2/bt2/graph.py
src/bindings/python/bt2/bt2/trace.py
src/bindings/python/bt2/bt2/trace_class.py
src/bindings/python/bt2/bt2/utils.py
This page took 0.024733 seconds and 4 git commands to generate.