Raw

class of dascore.utils.display source

Raw(
    text: Text ,
)-> None

Text whose producer has already laid it out.

A renderer emits it as it stands. This is what lets a class which states no nodes of its own still render correctly inside one which does, and it stays the home of anything whose spacing is load bearing, such as an array printed in columns.