-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
PR: Prepare Project for First Release Part II #3
Conversation
…se `element_as_text` which internally creates the string representation.
59cbcca
to
1309ac3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Just a minor docstring request.
""" | ||
Return the default SOPNode instance. Contains the default values that | ||
should be used per specification in case the actual value is not provided. | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be please possible to add the Returns
docstring section?
Returns
--------
...
Same for the others, after this we are gold! Cheers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Ship it! |
Summary
Implement further feedback from #2
Preflight
Code Style and Quality
Documentation