evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.04k stars 120 forks source link

Add support for `override` with `classmethod` and `staticmethod` #800

Closed evhub closed 9 months ago

evhub commented 9 months ago

We can require @override on the outside and detect classmethod/staticmethod inside and use them properly (maybe we just need to call their __get__?).