simvue-io / client

Simvue Python client
https://docs.simvue.io
Apache License 2.0
4 stars 0 forks source link

Fix missing docstrings due to decoration #359

Closed kzscisoft closed 1 month ago

kzscisoft commented 1 month ago

Fixes issue where docstrings are removed during decoration, key is to use functools.wraps.