-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
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 24 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. | ||
|
||
| : `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.