retrieve_python

Function retrieve_python 

Source
pub fn retrieve_python<'py1, 'py2: 'py1>(
    py: Python<'py1>,
    buf: &[u8],
    offset: usize,
    python_serde_option: &mut Option<BoundPythonSerde<'py2>>,
) -> PyResult<(Bound<'py1, PyAny>, usize)>