indent_text
indent_text(
text: Text ,
prefix: str = ,
)-> ‘Text’
Indent every line of a rich Text, keeping its styles.
This is what lets a container drop a child’s __rich__ into place rather than describing the child itself.
| function of dascore.utils.display | source |
indent_text(
text: Text ,
prefix: str = ,
)-> ‘Text’
Indent every line of a rich Text, keeping its styles.
This is what lets a container drop a child’s __rich__ into place rather than describing the child itself.