python-vlc icon indicating copy to clipboard operation
python-vlc copied to clipboard

Add type hints

Open Bi0T1N opened this issue 2 years ago • 1 comments

Since Python 3.5 it's possible to provide type hints for functions. This allows e.g. static type checking but this module doesn't provide type hints yet. If the current code generator is capable of knowing the expected types the type hints should be added to these functions.

Bi0T1N avatar Sep 30 '23 21:09 Bi0T1N

Great idea, it will be present at some time in the future.

oaubert avatar Oct 01 '23 19:10 oaubert