get_nice_text

function of dascore.utils.display source

get_nice_text(
    value ,
    style = None,
)-> ‘Text’

Get a rich Text object for formatting nice display for various datatypes.

Parameters

Parameter Description
value The value which should be stylized.
style A string which is either an entry in dascore.constants.dascore_styles
or a valid rich style string.