Developer Interface

class typedinterpolation.TypedInterpolationMixin

Mixin class to use with interpolations.

before_get(self, parser, section, option, value, defaults)

Use ast.literal_eval(). Returns a python literal.

before_set(self, parser, section, option, value)

Convert value to string automatically. Returns a string.

class typedinterpolation.TypedInterpolation

Interpolation that connects typedinterpolation.TypedInterpolationMixin with configparser.Interpolation.

class typedinterpolation.TypedBasicInterpolation

Interpolation that connect typedinterpolation.TypedInterpolationMixin with configparser.BasicInterpolation.

class typedinterpolation.TypedExtendedInterpolation

Interpolation that connect typedinterpolation.TypedInterpolationMixin with configparser.ExtendedInterpolation.

Read the Docs v: latest
Versions
latest
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.