pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

Using ``wraps`` in wrapped/overwritten functions

Open germa89 opened this issue 2 years ago • 1 comments

Commands like clear should probably usewraps from functools so we avoid to rewrite the docstring (some cases it might be needed).

germa89 avatar May 29 '23 17:05 germa89

Wrapping is not properly done because the docstrings are not transferred.

germa89 avatar Feb 12 '24 15:02 germa89