def __init__()

in dataflux_core/fast_list.py [0:0]


    def __init__(
        self,
        max_parallelism: int,
        project: str,
        bucket: str,
        sort_results: bool = False,
        skip_compose: bool = True,
        prefix: str = "",
        allowed_storage_classes: list[str] = DEFAULT_ALLOWED_CLASS,
        retry_config=MODIFIED_RETRY,