bt2: Mass field_types -> field_class rename
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 3 Apr 2019 15:30:40 +0000 (11:30 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commitb4f458518ad1872074286cdd6414b86ef1fb9fbd
tree762f93babfb6b06146b398489657b313ccbe3f2a
parent5602ef8155de326402dcb33f40ee4c7d5d693ca5
bt2: Mass field_types -> field_class rename

The concept of field_type has been renamed to field_class.  This patch
does a mostly mechanical rename across the Python bindings and their
tests.

Change-Id: I3c2a870262e3cfeddaec7d3565eb635a4c70d131
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.gerrithub.io/c/eepp/babeltrace/+/452253
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: Philippe Proulx <eeppeliteloop@gmail.com>
21 files changed:
bindings/python/bt2/Makefile.am
bindings/python/bt2/bt2/__init__.py.in
bindings/python/bt2/bt2/event_class.py
bindings/python/bt2/bt2/field_class.py [new file with mode: 0644]
bindings/python/bt2/bt2/field_types.py [deleted file]
bindings/python/bt2/bt2/fields.py
bindings/python/bt2/bt2/stream_class.py
bindings/python/bt2/bt2/trace.py
tests/bindings/python/bt2/Makefile.am
tests/bindings/python/bt2/test_event.py
tests/bindings/python/bt2/test_event_class.py
tests/bindings/python/bt2/test_field_class.py [new file with mode: 0644]
tests/bindings/python/bt2/test_field_types.py [deleted file]
tests/bindings/python/bt2/test_fields.py
tests/bindings/python/bt2/test_graph.py
tests/bindings/python/bt2/test_message.py
tests/bindings/python/bt2/test_message_iterator.py
tests/bindings/python/bt2/test_packet.py
tests/bindings/python/bt2/test_stream.py
tests/bindings/python/bt2/test_stream_class.py
tests/bindings/python/bt2/test_trace.py
This page took 0.026849 seconds and 4 git commands to generate.