Class | StrConv |
Visitor for converting a node to a human-readable string. |
Function | dump_tagged |
Convert an array into a pretty-printed multiline string representation. |
Function | indent |
Indent all the lines in s (separated by newlines) by n spaces. |
Convert an array into a pretty-printed multiline string representation.
Parameters | |
nodes:Sequence[ | Undocumented |
tag:Optional[ | Undocumented |
str_conv:StrConv | Undocumented |
Returns | |
str | Undocumented |