Tutorials
Developer Guide
FAQ
Reference
DataBackend
HDF5Backend
FileBackend
ZipBackend
Data I/O Utilities.
Functions
str_decode(str_bytes[, encoding])
str_decode
Decode to string from bytes.
str_bytes (bytes) – Bytes to decode.
encoding (None | str) – Encoding to use. Defaults to None which is equivalent to sys.getdefaultencoding().
Decoded string.
str