pydl.pydlutils
Convert bytes in Numpy arrays into strings. Leave other stuff alone.
Input object.
If x has a decode() method, x.decode() will be returned. Otherwise x will be returned unchanged.
x
decode()
x.decode()
decode_mixed()