configparser.ConfigParser.read_string()

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.

doc_python
2016-10-07 17:29:13
Comments
Leave a Comment

Please login to continue.