configparser.ConfigParser.write()

write(fileobject, space_around_delimiters=True)

Write a representation of the configuration to the specified file object, which must be opened in text mode (accepting strings). This representation can be parsed by a future read() call. If space_around_delimiters is true, delimiters between keys and values are surrounded by spaces.

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

Please login to continue.