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

R. David Murray report at bugs.python.org
Wed Jul 12 13:03:29 EDT 2017


R. David Murray added the comment:

It is documented how to call a static method when you don't have an instance.  So when you don't (for example, inside a static method on the same class) you use that form (call the method on the class name).

I realize you don't find this clear, but as Raymond says it is time to stop arguing about it; our rule is that the status quo wins when agreement is not reached for a change.

Closing.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the docs mailing list