Function rerun_bindings::python_bridge::get_data_recording

source ·
fn get_data_recording(
    recording: Option<&PyRecordingStream>,
) -> Option<PyRecordingStream>
Expand description

Returns the currently active data recording in the global scope, if any; fallbacks to the specified recording otherwise, if any.