org-arl / unet-contrib

Unet user contributions
BSD 3-Clause "New" or "Revised" License
11 stars 15 forks source link

Add type information to Python UnetSocket implementation. #61

Open notthetup opened 3 years ago

notthetup commented 3 years ago

Python 3.5 supports type information hints in function definitions. Modern editors like VSCode will use them for intelligent auto-complete and prompting.

https://docs.python.org/3/library/typing.html