<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Sat, Feb 6, 2016 at 5:22 AM, oliver <span dir="ltr"><<a href="mailto:oliver.schoenborn@gmail.com" target="_blank">oliver.schoenborn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">I use annotations a lot on my projects and could test too if that helps</p>
<div class="gmail_quote"><div><div class="h5">On Feb 5, 2016 12:06 PM, "Phil Thompson" <<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>> wrote:<br type="attribution"></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">On 30 Jan 2016, at 6:39 pm, Damon Lynch <<a href="mailto:damonlynch@gmail.com" target="_blank">damonlynch@gmail.com</a>> wrote:<br>
><br>
><br>
> On Sat, Jan 30, 2016 at 10:59 PM, Phil Thompson <<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>> wrote:<br>
><br>
> However, I'm having trouble testing all this. Can anybody recommend a tool that has reasonable support for PEP 484 stub files? PyCharm? pytype? mypy?<br>
><br>
><br>
> Hi Phil,<br>
><br>
> That's wonderful news! Personally I find the type annotations to be very useful indeed.<br>
><br>
> For your testing, PyCharm might be just the ticket: <a href="http://blog.jetbrains.com/pycharm/2015/11/python-3-5-type-hinting-in-pycharm-5/#stub-files" rel="noreferrer" target="_blank">http://blog.jetbrains.com/pycharm/2015/11/python-3-5-type-hinting-in-pycharm-5/#stub-files</a><br>
><br>
> I've not tested PyCharm with stub files myself, but with respect to in-script type annotating, PyCharm is off to a pretty good start. For instance it handles this:<br>
><br>
> self.devices = {}  # type: Dict[int, Device]<br>
><br>
> but not this, where multiple types are specified:<br>
><br>
> device, storage_space = index.data(Roles.storage)  # type: Device, StorageSpace<br>
<br>
Would you be able to test it if I sent you some stub files?<br>
<br></div></div></blockquote></div></blockquote></div><br clear="all"><br></div><div class="gmail_extra">I'm happy to help. FWIW, all my code is PyQt 5, and I never develop with PyQt 4.<br></div><div class="gmail_extra">-- <br><div class="gmail_signature"><a href="http://www.damonlynch.net" target="_blank">http://www.damonlynch.net</a><div></div><div></div><div></div></div>
</div></div>