Berker Peksag
Berker Peksag
+1! Please send a pull request :)
I think this should be left open. There might be someone out there who are looking for an issue to contribute to an open source project and it's not easy...
Hello, All the magic for `get_*` methods happens in the `__getattr__` method: https://github.com/berkerpeksag/astor/blob/ce56db29bdc3d7d86f66df3e501c7f90febdb0cb/astor/code_gen.py#L192-L207 And `_pp` is defined here: https://github.com/berkerpeksag/astor/blob/ce56db29bdc3d7d86f66df3e501c7f90febdb0cb/astor/code_gen.py#L193 Let me know if this answers your question.
I think we can start supporting Python 3.6+ after one more bugfix release. We can also skip 0.9 and bump to 1.0 (that would also mean dropping all of the...
I'd be happy to improve/provide API to make integration with tools such as black is easier, but I have no plans to add support for black by default. Samuel's snippet...
Thank you for your report! I think #75 was meant to fix cases like this. I will work on that after we release 0.8 next month.
Thanks for the PR! > My question is do I just make the commit on my fork and push that commit, or do I need to make the commit, then...
@zmitchell can I review this now or do you have plans to work on the tests? Thanks!
Thanks for the report. This looks like the same case as reported at https://bugs.python.org/issue28002#msg341512.
@zmitchell that seems like a reasonable approach to me, thank you. I'd be happy to review if you submit a PR.