dyc
dyc copied to clipboard
Ignores functions if nested functions have docstrings
If there is a function with a nested function inside and only the nested function has a docstring it isn't considered. eg:- It doesn't prompt to add a docstring for my_method in the example below.
def my_method(param):
def nested_mymethod():
"""
Function nested in my method.
"""
pass
pass
Hello,
I would like to contribute to this issue if it is open.
Thank you.
@srishtiganguly - you are welcome to contribute. Thank you so much!
Dear @Zarad1993 I have contributed to the issue, Please find the PR #65 .
I would like to contribute to this issue, if you can give me a chance to do so @Zarad1993
Dear @Zarad1993 I have contributed to the issue, Please find the PR #65 .
Please review the PR and let me know if some changes are required.