Python Paste


configparser

This implements the public ConfigParser interface, but with some additional enhancements.


Attributes

Classes

C Error(...) ...

This class contains 2 members.

C NoSectionError(...) ...

Exception raised when a specified section is not found.

This class contains 2 members.

C DuplicateSectionError(...) ...

Exception raised if add_section() is called with the name of a section that is already present.

This class contains 2 members.

C NoOptionError(...) ...

Exception raised when a specified option is not found in the specified section.

This class contains 2 members.

C InterpolationError(...) ...

Base class for exceptions raised when problems occur performing string interpolation.

This class contains 2 members.

C InterpolationDepthError(...) ...

Exception raised when string interpolation cannot be completed because the number of iterations exceeds MAX_INTERPOLATION_DEPTH. Subclass of InterpolationError.

This class contains 2 members.

C InterpolationMissingOptionError(...) ...

Exception raised when an option referenced from a value does not exist. Subclass of InterpolationError.

This class contains 2 members.

C InterpolationSyntaxError(...) ...

Exception raised when the source text into which substitutions are made does not conform to the required syntax. Subclass of InterpolationError.

This class contains 2 members.

C MissingSectionHeaderError(...) ...

Exception raised when attempting to parse a file which has no section headers.

This class contains 2 members.

C RawConfigParser(...) ...

This class contains 38 members.

C ConfigParser(...) ...

This class contains 38 members.

C SafeConfigParser(...) ...

This class contains 38 members.

See the source for more information.