oaubert / python-vlc

Python vlc bindings
GNU Lesser General Public License v2.1
381 stars 108 forks source link

Add type hints #262

Open Bi0T1N opened 11 months ago

Bi0T1N commented 11 months ago

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.

oaubert commented 11 months ago

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