-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Cannot remove spaces after called object #42
Comments
Confirmed (to be honest, I was more expecting people to start using RedBaron for code modification than for formatting modification, this part is a bit lacking right now, I'm going to improve it, thanks for you feedback :)). |
Hello Laurent, Am 29.11.2014 um 14:23 schrieb Laurent Peuch:
Just as an aside. Nuitka is a Python compiler, and currently uses the a) Writing an "autoformat" tool that applies my favorite coding style to While I love having that, and it saves me time, and improves b) For Nuitka to produce proper reports of what happened after parsing, This is actually very important to me. Getting the bounding box of c) For Nuitka the "ast" tree does a pretty decent job. However, it is All of this is not happening today or even tomorrow. Right now, I found This is just so you realize, that I am seriously evaluating this. And Yours, |
I was trying to remove spaces from inbetween called object and call brace:
call (it)
The "call" node seems to have it:
The node_list doesn't have it:
So, I was trying this:
I am assuming that this ought to work, second, and third formatting neither
work. Please consider implementing it. :-)
The text was updated successfully, but these errors were encountered: