jumppanen.ju...@gmail.com wrote:

> The latest version of the Zeus IDE adds Python autocomplete using
> the Jedi package.
> 
> Details about Jedi can be found here:
> 
> http://jedi.jedidjah.ch/en/latest/

Thank you!

> Details of how the autocomplete works can be found here:
> 
> http://www.zeusedit.com/zforum/viewtopic.php?t=7200

According to the screen shot there, if you have typed

    self.balan

the autocomplete will offer the list:

    balance
    close
    deposit
    overdrawn
    withdraw
    __class__

plus many more__dunder__ attributes. Why does Zeus suggest "close" when I
have typed "balan"?


Regards,



-- 
Steven

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to