Skip to content

Improve decorator for tck to tree resolution

Rosen Matev requested to merge rmatev-tckutils into 2017-patches

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

Merge request reports