This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients BTaskaya, levkivskyi, serhiy.storchaka
Date 2019-10-04.20:43:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570221810.48.0.597675649618.issue38348@roundup.psfhosted.org>
In-reply-to
Content
Sorry, I do not understand you. typed_ast does not have such features as multiline dump() and CLI. What relation is this have with the --type-comments flag?

As for fitting tree into the terminal width, the current indentation is 3 spaces. Changing it to 2 spaces will not save much horisontal space, and 1-space indentation is not particularly readable.

I do not want to complicate this tiny feature. If you want more control on the output, you can write a small Python script which calls ast.dump() programmatically.
History
Date User Action Args
2019-10-04 20:43:30serhiy.storchakasetrecipients: + serhiy.storchaka, levkivskyi, BTaskaya
2019-10-04 20:43:30serhiy.storchakasetmessageid: <1570221810.48.0.597675649618.issue38348@roundup.psfhosted.org>
2019-10-04 20:43:30serhiy.storchakalinkissue38348 messages
2019-10-04 20:43:30serhiy.storchakacreate