Files
cpython/Lib
Victor Stinner 507a574de3 bpo-43682: @staticmethod inherits attributes (GH-25268)
Static methods (@staticmethod) and class methods (@classmethod) now
inherit the method attributes (__module__, __name__, __qualname__,
__doc__, __annotations__) and have a new __wrapped__ attribute.

Changes:

* Add a repr() method to staticmethod and classmethod types.
* Add tests on the @classmethod decorator.
2021-04-09 17:51:22 +02:00
..
2021-03-13 04:22:03 -08:00
2021-04-05 17:39:49 +01:00
2021-02-03 13:25:28 -08:00
2021-02-01 21:16:38 +05:30