{ } Raw JSON

bundles / scipy 1.17.1 / scipy / io / matlab / _mio4 / MatFile4Reader / read_var_header

function

scipy.io.matlab._mio4:MatFile4Reader.read_var_header

source: /scipy/io/matlab/_mio4.py :348

Signature

def   read_var_header ( self )

Summary

Read and return header, next position

Parameters

None

Returns

header : object

object that can be passed to self.read_var_array, and that has attributes name and is_global

next_position : int

position in stream of next variable

Aliases

  • scipy.io.matlab._mio.MatFile4Reader.read_var_header