read_session_index# read_session_index(filepath)[source]# Read the session file index. Returns {"format_version": 0} for legacy pure-pickle files. Parameters: filepathstrPath to a session file. Returns: dictParsed index dictionary.