Message304257
I think existing uses of the decorator markup rely on the reader’s understanding that it’s syntactic sugar for a call and an assignment, and they don’t have decorator+function markup. The PRs for this ticket follow that.
That said, staticmethod as a non-decorator has an important use case for function injection in tests (using self.func in TestCase classes that work with a C module and an equivalent Python version). Maybe this deserves an extra example? |
|
| Date |
User |
Action |
Args |
| 2017-10-12 15:29:25 | eric.araujo | set | recipients:
+ eric.araujo, docs@python, berker.peksag, dmiyakawa, cryvate |
| 2017-10-12 15:29:25 | eric.araujo | set | messageid: <[email protected]> |
| 2017-10-12 15:29:25 | eric.araujo | link | issue31567 messages |
| 2017-10-12 15:29:25 | eric.araujo | create | |
|