Function get_mmap_bytes_reader

Source
pub fn get_mmap_bytes_reader(
    py_f: &Bound<'_, PyAny>,
) -> PyResult<Box<dyn MmapBytesReader>>
Expand description

Create reader from PyBytes or a file-like object.