read_string(string, source='')
Parse configuration data from a string.
Optional argument source specifies a context-specific name of the string passed. If not given, '<string>'
is used. This should commonly be a filesystem path or a URL.
New in version 3.2.
Please login to continue.