On Mon, Sep 23, 2013 at 8:20 PM, Neil Hodgson <nhodg...@iinet.net.au> wrote:
> Chris Friesen: > > > where I could highlight the "stop" and ask it to go to the definition. >> (Where the definition is in a different file.) >> >> I'm running into issues where my current IDE (I'm playing with Komodo) >> can't seem to locate the definition, I suspect because it's too ambiguous. >> > > Some IDEs allow you to help them understand the context by adding type > information. Here's some documentation for Wing IDE that uses an isinstance > assertion: > http://www.wingware.com/doc/**edit/helping-wing-analyze-code<http://www.wingware.com/doc/edit/helping-wing-analyze-code> Just to note, PyDev can also use the assert isinstance as well as docstrings (http://pydev.org/manual_adv_type_hints.html) for type hinting. Cheers, Fabio
-- https://mail.python.org/mailman/listinfo/python-list