Skip to content

APIs for combining file-based and dict-based configs #6387

@wyli

Description

@wyli

Is your feature request related to a problem? Please describe.

the current API is private

def _update_args(args: str | dict | None = None, ignore_none: bool = True, **kwargs: Any) -> dict:
"""
Update the `args` with the input `kwargs`.
For dict data, recursively update the content based on the keys.

should be made available properly for reading multiple config files and dictionary-based overrides.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions