ray-legacy
ray-legacy copied to clipboard
Use functools.wraps for ray.remote
https://docs.python.org/2/library/functools.html#functools.wraps
It seems like the right thing to do, although I'm not familiar with all the implications.
I see, right now we propagate the function name and doc string manually, but this might be cleaner.