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.
pub fn instrument_any_to_pyobject(
py: Python<'_>,
instrument: InstrumentAny,
) -> PyResult<PyObject>
Converts an InstrumentAny
into a Python object.
Returns a PyErr
if conversion to a Python object fails.