rerun_bindings::dataframe

Function 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.PathLikestr The path to the file to load.

§Returns

RRDArchive The loaded archive.