<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class=""><div class=""><blockquote type="cite" class="">This is certainly not something that requires language support.  It can easily be purely a convention, as long as different IDEs, linters, type checkers, etc. agree on what the convention is.  Maybe at some point in the future, if the convention becomes adopted, there might be some help in having a standard library module, or even minimal language recognition, of the convention.  But let's work on adopting a convention first.<br class=""></blockquote><br class="">Yes, this sounds good. There is no need to change the python language, it is should be a convetion.<br class=""></div></div></blockquote></div><br class=""><div class=""><br class=""></div><div class="">Might not even be a convention. I have now tried using <a href="https://github.com/edreamleo/make-stub-files" class="">https://github.com/edreamleo/make-stub-files</a> on the code base at work. I had to fix some fatal bugs, and it's still pretty buggy even after those fixes, AND PyCharm has some nasty bugs with stub files that are blockers, but it's clear that generating stub files to do this is feasible.</div><div class=""><br class=""></div><div class="">/ Anders</div></body></html>