[Komodo-beta] code completion on static methods
by Lee Connell other posts by this author
Jan 28 2007 2:12PM messages near this date
view in the new Beta List Site
[Komodo-beta] help
|
Re: [Komodo-beta] code completion on static methods
When using @staticmethod on a method within a class, komodo won�t read any
parameters that are needed within that method, only if you put �self� in
with your parameters in the definition. There is no need for self I believe
since it�s static, and if you do put �self� in the accepted parameters,
calling the code, which now completes properly fails because you�re not
giving it enough arguments, thus because self is not automatically being
passed along as it is static.
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.12/655 - Release Date: 1/28/2007
1:12 PM
Thread:
Lee Connell
Trent Mick
Trent Mick
|