Skip to main content

retrieve_python_type

Function retrieve_python_type 

Source
pub fn retrieve_python_type(
    bytes: &[u8],
    offset: usize,
) -> PyResult<(PythonType, usize)>