Message121322
Am I to understand that self.f() is a valid way to call a static method? Can you see how that would run counter to intuition for someone who is familiar with other languages?
Given that, I would make the following (more precise) change:
< It can be called either on the class (such as C.f()) or on an instance (such as C().f()).
---
> It can be called either on the class (such as C.f()) or on an instance (such as C().f() or self.f()). |
|
Date |
User |
Action |
Args |
2010-11-16 22:44:25 | ifreecarve | set | recipients:
+ ifreecarve, georg.brandl, r.david.murray, docs@python |
2010-11-16 22:44:25 | ifreecarve | set | messageid: <1289947465.09.0.0488812610041.issue10438@psf.upfronthosting.co.za> |
2010-11-16 22:44:23 | ifreecarve | link | issue10438 messages |
2010-11-16 22:44:23 | ifreecarve | create | |
|