Searched refs:status_hex (Results 1 – 1 of 1) sorted by relevance
65 def parse_status(status_hex): argument66 …return f"{STATUS[status_hex]} ({status_hex})" if status_hex in STATUS else f"INVALID ({status_hex}…