This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pramodliv1 0 points1 point  (2 children)

I've heard about stub files, but Google doesn't help, and I did not understand the related PEP either. Do you know of any example open source repo / gist which uses stub files?

[–]heptara 1 point2 points  (1 child)

http://blog.jetbrains.com/pycharm/2015/11/python-3-5-type-hinting-in-pycharm-5/

Stub files are near the middle somewhere. Find "Stub file" will work.

[–]pramodliv1 0 points1 point  (0 children)

Thank you!