Closed akuzia closed 4 years ago
Yes I agree we should add this.
@bcb I've looked into sources, looks like this functionality already been implemented, but was removed not so long ago in 502057335cfaa5c7fc7cc57293e89923d9a5f576, why?
I can’t remember why this was done.
Happy for it to be added back, if you want to make a PR.
I wonder is there a convinient way to change method name? I've found some comments in Methods class, tryed to use decorators to change function
__name__
values. Is there a possibility to include kwargs to method decorator, lke in jsonrpc add_method?so calls like:
will be possible?