-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
bpo-38307: Add end_lineno attribute to pyclbr _Objects #24348
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
Changes from 26 commits
1f25ed4
7d2354a
c8a003d
7e6f079
b7c1ce7
3466f63
f2a58c6
94edb5b
454d305
dc0166f
5a26a5c
ea2090b
49d0695
33aa14c
2f9579a
668fe22
efb49ea
963b783
d0d0966
d924d4a
78f166f
fc74ec7
b5f29c0
f3c09fe
7337551
3e8181c
77784e3
d73395a
cc82d4f
9238fcd
ed20fa4
48b7341
9172efc
d0ca986
af31c28
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| Adds end line no in class' use: generating dependency. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can’t parse this line 🙂
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Neither could I nor the doc tests. I replaced it.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, @terryjreedy ! (I am not objecting to it, I just do not understand how another person can push to mine repo)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When you made the PR, you left a checkmark in the box that says to allow core developers ('Members of Python' when you mouse over the icons) to modify the files in this branch. If you had removed it, I would have asked to put is back in if possible. To pull to your local repository, which you should do before making further changes, checkout this branch, endline-in-readmodule-module, and, I believe, if you defined 'origin' as the devguide suggests Don't use rebase. |
||
| : `end_lineno` is added to denote the scope of a class and a function | ||
| along with `lineno` which was already present in the codebase. | ||
| Patch by Aviral Srivastava. | ||
Uh oh!
There was an error while loading. Please reload this page.