Function rerun_bindings::dataframe::load_archive

source ·
pub fn load_archive(path_to_rrd: PathBuf) -> PyResult<PyRRDArchive>
Expand description

Load a rerun archive from an RRD file.

§Parameters

path_to_rrd : str | os.PathLike The path to the file to load.

§Returns

RRDArchive The loaded archive.