[wingide-users] BUG? Introspection fails on socket module
Phyo Arkar
phyo.arkarlwin at gmail.com
Mon Aug 18 06:36:38 MDT 2008
Hello
I am new to WIngIDE , i was user of Komodo and Pydev but those ides fails to
introspect in many case where wingide does perfect.
But it seems that some simple stuff , which are introspected well in ohter
IDES do not introspect in wingIDE at all..
I think those are due to extension modules written in other langauges but
non Thirdparty module and well used module , such as socket should be fully
introspected .
let see this code :
import socket
serv = socket.socket()
serv.setsock # It wont do auto completion for setsockopt()
But when i try in build in - Python Shell console , it introspect wells!
even gives sourceassist well!
so whats happens inside the editor ?Is that a bug ?am i doing something
wrong ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20080818/dec03d07/attachment.html
More information about the wingide-users
mailing list