Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.07 KB

api.rst

File metadata and controls

42 lines (31 loc) · 1.07 KB

API Reference

configurator

source

The root generative source ~configurator.path.Path for creating mappings <mapping>.

target

The root generative target ~configurator.path.Path for creating mappings <mapping>.

default_mergers

The default set of mergers, which recursively merge dicts <dict> using the union of their keys and merge lists <list> by appending the contents of the new list to the existing list.

configurator.node.ConfigNode

configurator.path.Path

configurator.parsers.ParseError

configurator.patterns