wrf.npbytes_to_str¶
- wrf.npbytes_to_str(var)¶
Return a
bytesobject for the raw character array.- Parameters:
var (
numpy.ndarray) – An array of characters.- Returns:
A string of bytes.
- Return type:
Return a bytes object for the raw character array.
var (numpy.ndarray) – An array of characters.
A string of bytes.