Previous topic

getrange

Next topic

has_section

This Page

has_option

NepidemiXConfigParser.has_option(section, option)

Returns true if the parser has the option in the section.

Parameters :

section : str

The section.

option : str

The option.

Returns :

found : bool

True if the parser has section and this include option.