bundles / scipy latest / scipy / io / matlab / _miobase / convert_dtypes
function
scipy.io.matlab._miobase:convert_dtypes
Signature
def convert_dtypes ( dtype_template , order_code ) Summary
Convert dtypes in mapping to given order
Parameters
dtype_template: mappingmapping with values returning numpy dtype from
np.dtype(val)order_code: stran order code suitable for using in
dtype.newbyteorder()
Returns
dtypes: mappingmapping where values have been replaced by
np.dtype(val).newbyteorder(order_code)
Aliases
-
scipy.io.matlab._mio4.convert_dtypes