[wingide-users] autocomplete and stringio
Jonathan Ellis
jonathan at berkeleydata.net
Fri Aug 26 15:52:18 EDT 2005
Wingware Support wrote:
> On Thu, 25 Aug 2005, Jonathan Ellis wrote:
>
>>from cStringIO import StringIO
>>f = StringIO()
>>f.[autocomplete]
>>
>>Wing thinks f is a string, not a stringio ... ?
>
>
> Indeed, our stdlib scraper is doing the wrong thing in this case.
Another (different?) case:
import threading
t = threading.Lock()
t.[cannot infer type]
I can see how threading might be a bitch to infer types in though. :)
-Jonathan
More information about the wingide-users
mailing list