Function get_mmap_bytes_reader_and_path

Source
pub fn get_mmap_bytes_reader_and_path(
    py_f: &Bound<'_, PyAny>,
) -> PyResult<(Box<dyn MmapBytesReader>, Option<PathBuf>)>