pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models
https://pastastore.readthedocs.io
MIT License
15 stars 4 forks source link

Fancy docstring copying between equivalent methods #129

Closed dbrakenhoff closed 1 month ago

dbrakenhoff commented 1 month ago

Copy docstring from one method to another using a decorator.

See https://stackoverflow.com/questions/68901049/copying-the-docstring-of-function-onto-another-function-by-name

Can be closed if we don't feel like implementing this. Merely posting it here as a potential reminder.