ConfigParser.print

Prints the current configuration to the given formatted text stream.

Note that no guarantees can be made about the order of the categories or the order of the key-value pairs within each category.

class ConfigParser
void
print

Parameters

output FormatOutput

formatted text stream in which to print the configuration (defaults to Stdout)

Meta