bt2: Mass field_types -> field_class rename
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 3 Apr 2019 15:30:40 +0000 (11:30 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:12:56 +0000 (00:12 -0400)
commit7617a89d3ee08570a064709e60ef9029fcf16753
tree762f93babfb6b06146b398489657b313ccbe3f2a
parentd08c17fb85facb81d7c8c342f42559f634772c3c
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.026208 seconds and 5 git commands to generate.