You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parts of the API in the code contains substantial amounts of duplicated code. Examples are arguments and docstrings that are defined for multiple levels or nested functions. An example is the regenerate function.
Pylint can be used to detect these issues in part:
Parts of the API in the code contains substantial amounts of duplicated code. Examples are arguments and docstrings that are defined for multiple levels or nested functions. An example is the regenerate function.
Pylint can be used to detect these issues in part:
Refactoring the code improves readability and maintainability.
Arguments can be passed via
**kwargs
, perhaps we would like to use docrep to propagate the docstrings.The text was updated successfully, but these errors were encountered: