bindings: python: add type stub for the _ext module
authorVincent Fazio <vfazio@xes-inc.com>
Thu, 14 Nov 2024 14:50:58 +0000 (08:50 -0600)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 19 Nov 2024 14:21:01 +0000 (15:21 +0100)
commit30e23df2ef9ffcb8f488383bcfceb03e07c31db3
tree00f5da230e6e8c8132c0e6e9b1bfcf0d66a543a4
parentf5c70ec993497d92e62e0660f12d2bd22deb4a7b
bindings: python: add type stub for the _ext module

Add a type stub for the compiled external module so that types and
methods used from the module are accurately type checked.

Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
Link: https://lore.kernel.org/r/20241114145116.2123714-6-vfazio@xes-inc.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/gpiod/_ext.pyi [new file with mode: 0644]
bindings/python/setup.py