Josverl / micropython-stubber

Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or MyPy
https://micropython-stubber.readthedocs.io
Other
166 stars 14 forks source link

Pin and Signal should be callable #544

Open Josverl opened 2 months ago

Josverl commented 2 months ago

add a method def __call__(self, *args, **kwargs): ...

to the classes