Previous topic

sections

Next topic

write

This Page

set

NepidemiXConfigParser.set(section, option, value, createSection=True)

Sets the option in section to value. Creates a missing section if createSection is True (default).

Parameters :

section : str

The section.

option : str

The option.

value : str

The value to set.

createSection : bool, optional

If set to True missing sections will be created. If False an exception will be raised.