blue-oil / blueoil

Bring Deep Learning to small devices
https://blueoil.org
Apache License 2.0
249 stars 86 forks source link

Add type annotation to Python scripts. #1057

Open lm-noshiro opened 4 years ago

lm-noshiro commented 4 years ago

Todo: Add enhancement label.

odoku commented 4 years ago

Depending on your Python version, this may be difficult as some type hints are not available. (I looked at the docs but didn't specify the version of Python supported by Blueoil.)

If you do, I think it's best to create a stub file. https://mypy.readthedocs.io/en/stable/stubs.html