Function py_run_tardis_machine_replay

Source
pub fn py_run_tardis_machine_replay(
    py: Python<'_>,
    config_filepath: String,
) -> PyResult<Bound<'_, PyAny>>
Expand description

Run the Tardis Machine replay as an async Python future.

§Errors

Returns a PyErr if reading the config file or replay execution fails.