tcalmant / jsonrpclib

A Python (2 & 3) JSON-RPC over HTTP that mirrors the syntax of xmlrpclib (aka jsonrpclib-pelix)
https://jsonrpclib-pelix.readthedocs.io/
Apache License 2.0
53 stars 24 forks source link

jsonrpc: Add __repr__ method to _Method class. #25

Closed mschmitzer closed 9 years ago

mschmitzer commented 9 years ago

It's just a good idea to have one on a class whose getattr returns callables.

tcalmant commented 9 years ago

Thanks :) I'll just change it to use the format method.