man-c / pycoingecko

Python wrapper for the CoinGecko API
MIT License
1.04k stars 268 forks source link

Use functools.wraps() to update the attributes of the decorator #77

Closed mogmix closed 1 year ago

mogmix commented 1 year ago

Makes docstrings of decorated functions available.

See for example: https://stackoverflow.com/a/1782888

man-c commented 1 year ago

Great, thanks for contributing!