ansys / ansys/example-coverage
Ignore wrapped methods
Open
- Dominant language
- Python
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Add in an option (default True) to ignore methods using the `wraps` decorator. For example:
https://github.com/pyvista/pyvista/blob/b5f8ec178e7f8eced18dd82fe882498dc46b2996/pyvista/plotting/plotting.py#L608-L611
This will report a false negative since this docstring for this method isn't used.
Contributor guide
Assessment
This issue has not been assessed yet.