bindings: python: provide Line.update()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Sat, 14 Sep 2019 13:29:48 +0000 (15:29 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Sat, 14 Sep 2019 13:29:48 +0000 (15:29 +0200)
commit4029c34f5c90b47653fa518fec8e54d0ef47b03d
tree74fee9730ec97578fd67a0e5f76d307d55299f64
parent0297ef69af3c1005edd0c1eea2dc38c0b6e64dad
bindings: python: provide Line.update()

Python bindings are missing the functionality provided by the core C
library's gpiod_line_update(). Extend the Line class with the update()
method that allows to re-read the line information from the kernel.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/python/gpiodmodule.c
bindings/python/tests/gpiod_py_test.py