Message304246
Use of classmethod and staticmethod decorators as functions is still a valid use case. I think the old signatures should be kept. It should be possible to document both uses in same place:
.. function:: classmethod(function)
.. decorator:: classmethod
Documentation body. |
|
| Date |
User |
Action |
Args |
| 2017-10-12 14:48:33 | berker.peksag | set | recipients:
+ berker.peksag, eric.araujo, docs@python, dmiyakawa, cryvate |
| 2017-10-12 14:48:33 | berker.peksag | set | messageid: <[email protected]> |
| 2017-10-12 14:48:33 | berker.peksag | link | issue31567 messages |
| 2017-10-12 14:48:33 | berker.peksag | create | |
|