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

Ian report at bugs.python.org
Tue Jul 11 14:02:54 EDT 2017


Ian added the comment:

I would hope that the docs would cater to people who aren't sure how the language works (and who want to confirm that they are using proper patterns).  If people already know how the language works, they won't need the docs.

Whether or not you refer to Java and C++, you should state the best practices for both internal and external calling of static methods in Python.

----------

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


More information about the docs mailing list