Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
terryjreedy merged 35 commits intopython:masterfromkebab-mai-haddi:endline-in-readmodule-moduleFeb 1, 2021
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
35 commits Select commitHold shift + click to select a range
1f25ed4
compeltes the Stack implementation to yield ending line for each class.
7d2354a
reverts whitespace and unwanted changes including functions, comments…
c8a003d
removes leftover whitespace in b/w functions: unwanted
7e6f079
Initialize stack of (class, indent) pairs.
b7c1ce7
removes Stack() custom class and adds direct attribute (end_lineno) i…
3466f63
corrects the attribute name to end_lineno and sets the same without u…
f2a58c6
removes unwanted module: inspect
94edb5b
corrects the way of setting attribute
kebab-mai-haddi454d305
📜🤖 Added by blurb_it.
blurb-it[bot]dc0166f
wip: added end_lineno in tests
kebab-mai-haddi5a26a5c
Merge branch 'endline-in-readmodule-module' of github.com:avisrivasta…
kebab-mai-haddiea2090b
wip
kebab-mai-haddi49d0695
compeltes the Stack implementation to yield ending line for each class.
33aa14c
reverts whitespace and unwanted changes including functions, comments…
2f9579a
removes leftover whitespace in b/w functions: unwanted
668fe22
wip: added end_lineno in tests
kebab-mai-haddiefb49ea
📜🤖 Added by blurb_it.
blurb-it[bot]963b783
wip
kebab-mai-haddid0d0966
fixed conflicts after diverge
kebab-mai-haddid924d4a
adds end_lineno as an attribute for Class and Functions objects
kebab-mai-haddi78f166f
adds the news.
kebab-mai-haddifc74ec7
adds positional arguments in the tests and end_lineno as an argument …
kebab-mai-haddib5f29c0
removes debugging print statements.
kebab-mai-haddif3c09fe
adds endline no in all the tests for the dummy tree"
kebab-mai-haddi7337551
adds endline no in all the tests for the dummy tree
kebab-mai-haddi3e8181c
Merge branch 'endline-in-readmodule-module' of github.com:kebab-mai-h…
kebab-mai-haddi77784e3
Update 2020-03-16-03-03-21.bpo-38307.2cmw2i.rst
terryjreedyd73395a
Update 2020-03-16-03-03-21.bpo-38307.2cmw2i.rst
terryjreedycc82d4f
Merge remote-tracking branch 'upstream/master' into pr_24348
terryjreedy9238fcd
Fix end_lineno.
terryjreedyed20fa4
Add What's New in 3.10 entry
terryjreedy48b7341
Update Doc/whatsnew/3.10.rst
terryjreedy9172efc
Direct calls by by keyword
terryjreedyd0ca986
blank line
terryjreedyaf31c28
Merge branch 'endline-in-readmodule-module' of https://github.com/keb…
terryjreedyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
removes leftover whitespace in b/w functions: unwanted
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit2f9579af2cf6dcc728e896688a37223795f09dce
There are no files selected for viewing
4 changes: 0 additions & 4 deletionsLib/pyclbr.py
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
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.