bt2: Mass field_types -> field_class rename
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 3 Apr 2019 15:30:40 +0000 (11:30 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:40 +0000 (18:19 -0400)
commit32656995e4bd342b59681d2706b7519e839bef2c
treecc2c6c66f80b88f74a807da0f1a3c4e264fb741c
parentfa4c33e32ea9cc929d3ceb6c7b30f5a32418c518
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.025817 seconds and 4 git commands to generate.