package plato

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Configparser.BasicInterpolationSource

Parameters

Signature

Sourcemodule Map = Map
Sourcetype optionxform = string -> string
Sourcetype get = ?raw:bool -> ?vars:string Map.t -> ?fallback:string -> string -> string -> string
Sourcetype items = ?raw:bool -> string -> string option Map.t
Sourceval before_get : optionxform -> get -> items -> string -> string -> string -> string option Map.t -> string
Sourceval before_set : optionxform -> get -> items -> string -> string -> string -> string
Sourceval before_read : optionxform -> get -> items -> string -> string -> string -> string
Sourceval before_write : optionxform -> get -> items -> string -> string -> string -> string