pymapdl
pymapdl copied to clipboard
Using ``wraps`` in wrapped/overwritten functions
Commands like clear should probably usewraps from functools so we avoid to rewrite the docstring (some cases it might be needed).
Wrapping is not properly done because the docstrings are not transferred.