Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3763142 By: sfamix
Hello, it seems, that the auto-complete feature does not work reliably with all Twisted modules (www.twistedmatrix.com). Take this code: from twisted internet import reactor reactor.listenTCP(8000, f) reactor.run() Both listenTCP() and run() are not found by PyDev. They are missing in the module's file, but still they are in the module's functionality. Don't ask me how this happens, I am too unknown to Python, yet. The completion works however in the PythonWin IDE. First I thought it may be that this is due to the Zope interfaces, but as it seems, this part of the code does not implement interfaces, so it must be some other technique they use. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users