The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3697707:

The problem is that Pydev can\'t tell the return of a function (in this case 
np.arange) when using the dynamic analyzer (because it won\'t really execute 
that code to get the return). The static analyzer (that uses source code) could 
do it, but as numpy is compiled it cannot get it... 

An option would be creating pre-defined completions for numpy, as explained at 
http://pydev.org/manual_101_interpreter.html, but I\'m not sure what would it 
take to extract the needed info from numpy.

Cheers,

Fabio

------------------------------------------------------------------------------

_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to