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

Richard Oudkerk report at bugs.python.org
Sun Apr 14 21:16:28 CEST 2013


Richard Oudkerk added the comment:

Note that in Python 3 you can also do __class__.f() in a staticmethod.  Not sure if that is encouraged though.

----------
nosy: +sbt

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


More information about the Python-bugs-list mailing list