Functions | |
def | colorize |
def | error |
def | is_tty |
def | message |
def | warning |
Variables | |
dictionary | _ansi = {'red': 91, 'yellow': 93} |
def xacro.color.colorize | ( | msg, | |
color, | |||
file = sys.stderr , |
|||
alt_text = None |
|||
) |
def xacro.color.error | ( | args, | |
kwargs | |||
) |
def xacro.color.is_tty | ( | stream | ) |
def xacro.color.message | ( | msg, | |
args, | |||
kwargs | |||
) |
def xacro.color.warning | ( | args, | |
kwargs | |||
) |
dictionary xacro::color::_ansi = {'red': 91, 'yellow': 93} |