[docs] [issue10438] list an example for calling static methods from WITHIN classes

Ian report at bugs.python.org
Tue Nov 16 23:49:58 CET 2010


Ian <ifreecarve at gmail.com> added the comment:

Disregard my previous comment; calling self.f() does not work from a static method.

I stand by my previous suggestion, but I'll clarify it like this:

"Note: you must also use the C.f() syntax when calling from a static method within the C class"

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10438>
_______________________________________


More information about the docs mailing list