bindings: python: tests: add type stubs for external modules
authorVincent Fazio <vfazio@xes-inc.com>
Thu, 14 Nov 2024 14:51:11 +0000 (08:51 -0600)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 19 Nov 2024 14:23:24 +0000 (15:23 +0100)
commit72f2eede085905d2f55d6a1aabddcebb21ca264c
tree5bc27028864cc5b325999b5d3db768a45f60d2a1
parent66c12b72ebf21170eff96f2f3f3a864b41237c65
bindings: python: tests: add type stubs for external modules

Add type stubs for the compiled external modules so that types and
methods used from the modules are accurately type checked.

Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
Link: https://lore.kernel.org/r/20241114145116.2123714-19-vfazio@xes-inc.com
[Bartosz: add missing SPDX license and copyright tags]
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/tests/gpiosim/_ext.pyi [new file with mode: 0644]
bindings/python/tests/procname/_ext.pyi [new file with mode: 0644]