-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-128481: Add missing documentation for traceback.FrameSummary
#128484
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
There is no description for the `
.. attribute:: FrameSummary.colno
.. attribute:: FrameSummary.end_colno
` |
No, I meant it cannot have a default value without |
Understood, I have fixed it with latest commit. |
Do you want a final look @ZeroIntensity before I merge it? |
Of course. |
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.
I'm good with it :)
traceback.FrameSummary.end_{col,line}
traceback.FrameSummary.end_{col,line}no
traceback.FrameSummary.end_{col,line}no
traceback.FrameSummary
Thanks @Damien-Chen for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Thank you! |
…ythonGH-128484) Complete the `traceback.FrameSummary` signature and add missing documentation for the `colno` and `end_{col,line}no` attributes. (cherry picked from commit 051f0e5) Co-authored-by: Damien <[email protected]>
GH-130753 is a backport of this pull request to the 3.13 branch. |
…ythonGH-128484) Complete the `traceback.FrameSummary` signature and add missing documentation for the `colno` and `end_{col,line}no` attributes. (cherry picked from commit 051f0e5) Co-authored-by: Damien <[email protected]>
GH-130754 is a backport of this pull request to the 3.12 branch. |
…H-128484) (#130753) * gh-128481: Improve documentation for `traceback.FrameSummary` (GH-128484) Complete the `traceback.FrameSummary` signature and add missing documentation for the `colno` and `end_{col,line}no` attributes. (cherry picked from commit 051f0e5) Co-authored-by: Damien <[email protected]>
…H-128484) (#130754) * gh-128481: Improve documentation for `traceback.FrameSummary` (GH-128484) Complete the `traceback.FrameSummary` signature and add missing documentation for the `colno` and `end_{col,line}no` attributes. (cherry picked from commit 051f0e5) Co-authored-by: Damien <[email protected]>
…ython#128484) Complete the `traceback.FrameSummary` signature and add missing documentation for the `colno` and `end_{col,line}no` attributes.
According to #128481, add missing documentation for
end_lineno
,colno
andend_colno
.traceback.FrameSummary.end_{col,line}no
attributes #128481📚 Documentation preview 📚: https://cpython-previews--128484.org.readthedocs.build/en/128484/library/traceback.html#traceback.FrameSummary