Function instrument_any_to_pyobject

Source
pub fn instrument_any_to_pyobject(
    py: Python<'_>,
    instrument: InstrumentAny,
) -> PyResult<PyObject>
Expand description

Converts an InstrumentAny into a Python object.

ยงErrors

Returns a PyErr if conversion to a Python object fails.