Andrey Alexeev

Results 2 comments of Andrey Alexeev

@bschnurr, I'm expecting to see what you have written for both cases. If you didn't understand, I get now: ```py @staticmethod(new_func()) def a(): pass ``` ```py @staticmethod(new_var) def a(): pass...