Refresh docstring for model Python methods#525
Open
JoelPasvolsky wants to merge 5 commits intodwavesystems:mainfrom
Open
Refresh docstring for model Python methods#525JoelPasvolsky wants to merge 5 commits intodwavesystems:mainfrom
JoelPasvolsky wants to merge 5 commits intodwavesystems:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently the >30 model methods are in two sequential alphabetically ordered sections, with no obvious distinction, and letter S before O, and O before B, with
lock()in one andunlock()in the other. I was reaching for my smelling salts. This commit reorders model methods alphabetically, which for such a number of methods is easier to navigate than logical categories.Will update recent PR changes separately.