You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 of IniLoader.__repr__.
Standardize MemoryLoader.__init__ to accept configuration data as a single argument (not **kwargs), add section and overrides arguments to match Loader API.
Update MemoryLoader.to_env_list to process sequences as value.
Alternative Solutions
None
The text was updated successfully, but these errors were encountered:
What's the problem this feature will solve?
Prepare
Loader
andMemoryLoader
for support of TOML files #999. Extracted from MR #3309.Describe the solution you'd like
Loader.__repr__
to match the implementation ofIniLoader.__repr__
.MemoryLoader.__init__
to accept configuration data as a single argument (not**kwargs
), addsection
andoverrides
arguments to matchLoader
API.MemoryLoader.to_env_list
to process sequences asvalue
.Alternative Solutions
None
The text was updated successfully, but these errors were encountered: