bindings: python: explicitly type gpiod.request_lines
authorVincent Fazio <vfazio@xes-inc.com>
Thu, 14 Nov 2024 14:50:57 +0000 (08:50 -0600)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 19 Nov 2024 14:21:01 +0000 (15:21 +0100)
commitf5c70ec993497d92e62e0660f12d2bd22deb4a7b
tree18f5f90177779ecc1071a296dee2da9bbe333ab5
parent8f62e6c45355588621ca5916cfab6d1d8e787a77
bindings: python: explicitly type gpiod.request_lines

Explicitly define the arguments for `gpiod.request_lines` so there is a
clearer linkage with the underlying `Chip.request_lines` interface.

Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
Link: https://lore.kernel.org/r/20241114145116.2123714-5-vfazio@xes-inc.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/gpiod/__init__.py