Greg
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Greg created a post, How do I update my docstring when my method signature has changed?
I am using Pycharm and am using docstrings to document my methods. If I add a new parameter to a method, how do I get the docstring to include the new parameter? I tried Refactor->Change Signatur...