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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.