-
Notifications
You must be signed in to change notification settings - Fork 5
Modified default mutable arguments #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@svenkat19 any update? |
Oh sorry, I just forgot to inform, Could you please explain where the doc-string document is? |
In same code the documentation added please update |
text_exclude already had a description I suppose! |
Line 10 in 7a5651a
Here Instead of list put it as immutable object tuple .. |
@svenkat19 after modification of code please run the test case so it will validate your code block properly working or not. If something breaking please modify accordingly |
I went through the cchanges, I am not able to find where I am going wrong. Could you help? |
Line 22 in 33f9c03
consider if we not passing text_exclude value then above line will generate following exceptions TypeError: argument of type 'NoneType' is not iterable before iteration we need to compare the value if text_exclude and text not in text_exclude:
#perform regular operation After completion of code run your code with pytest After all testcases passed then push if you have still doubt comment it |
closing PR Reason: No update |
No description provided.