navigate.tools.common_functions.decode_bytes
- navigate.tools.common_functions.decode_bytes(value: Union[bytes, memoryview])
Decode bytes or memoryview into readable string.
- Parameters:
value (bytes or memoryview) – the value
- Returns:
result – a readable string
- Return type:
str