-
-
Notifications
You must be signed in to change notification settings - Fork 542
Open
Labels
enhancementhelp:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
Description
What's the problem this feature will solve?
Prepare Loader and MemoryLoader for support of TOML files #999. Extracted from MR #3309.
Describe the solution you'd like
- Update
Loader.__repr__to match the implementation ofIniLoader.__repr__. - Standardize
MemoryLoader.__init__to accept configuration data as a single argument (not**kwargs), addsectionandoverridesarguments to matchLoaderAPI. - Update
MemoryLoader.to_env_listto process sequences asvalue.
Alternative Solutions
None
ssbarnea
Metadata
Metadata
Assignees
Labels
enhancementhelp:wantedIssues that have been acknowledged, a solution determined and a PR might likely be accepted.Issues that have been acknowledged, a solution determined and a PR might likely be accepted.