bt2: rename `_Field.field_class` -> `_Field.cls`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 14 Aug 2019 00:08:57 +0000 (20:08 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 15 Aug 2019 15:41:44 +0000 (11:41 -0400)
commitd8e2073cd8f489baab09894fa2ed3e976a235eb0
treed4a89b31a4a2e27d29805472fe9bf1114cbb0d4b
parentead8c3d49f4ee6b8b826062bd88b943a23f5faf0
bt2: rename `_Field.field_class` -> `_Field.cls`

This makes it match what we have for the class of an event object, the
class of a stream object, and the class of a trace object (`cls`
properties).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I5dd6f837a7f79b05ca933cd30bd281da2fbe5728
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1919
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
src/bindings/python/bt2/bt2/field.py
tests/bindings/python/bt2/test_packet.py
This page took 0.031971 seconds and 4 git commands to generate.