Improve decorator for tck to tree resolution
This improves the present decorator by appending the undecorated function's signature to docstring.
Initially, I though decorator.decorator
works, but that requires
a signature-preserving decorator, which is not the case here.
Edited by Rosen Matev