Python-bindings: Refactor the Event class
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 21 Nov 2013 01:35:51 +0000 (20:35 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 23 Nov 2013 06:07:28 +0000 (01:07 -0500)
commit78d714e8ac623952af0eabe791ac3ee38b5876a0
treed18a7f1d7eeebc00fbf5b552805c0aa71e37b79e
parent464425e1cee38fb2bbfb8f88cacc0de90abc0580
Python-bindings: Refactor the Event class

The Event class now implements the collections.Mapping interface and
provides properties where appropriate.

The Definition class is now private and renamed to _Definition.

The examples are modified to take these changes into account.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/babeltrace.i.in
bindings/python/examples/babeltrace_and_lttng.py
bindings/python/examples/example-api-test.py
bindings/python/examples/sched_switch.py
bindings/python/examples/sequence_test.py
This page took 0.0245649999999999 seconds and 4 git commands to generate.