python IDE and function definition

Fabio Zadrozny fabiofz at gmail.com
Tue Sep 24 06:54:33 EDT 2013


On Mon, Sep 23, 2013 at 8:20 PM, Neil Hodgson <nhodgson at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130924/c22efac9/attachment.html>


More information about the Python-list mailing list