Function collect_all

Source
pub fn collect_all(
    lfs: Vec<PyLazyFrame>,
    py: Python<'_>,
) -> PyResult<Vec<PyDataFrame>>