Contents Menu Expand Light mode Dark mode Auto light/dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
symconf documentation
symconf documentation
  • symconf package
    • symconf.config module
    • symconf.matching module
    • symconf.reader module
    • symconf.runner module
    • symconf.template module
    • symconf.util module

Contents

  • Configuring
  • Usage
  • Archive
  • Documentation
    • Sphinx
Back to top
View this page

symconf.reader module¶

Simplified management for nested dictionaries

class symconf.reader.DictReader(toml_path=None)[source]¶

Bases: object

__init__(toml_path=None)[source]¶
copy()[source]¶
classmethod from_dict(config_dict)[source]¶
generate_hash(exclude_keys=None)[source]¶
get(key, default=None)[source]¶
get_subconfig(key)[source]¶
set(key, value)[source]¶
update(config, in_place=False)[source]¶
Next
symconf.runner module
Previous
symconf.matching module
Copyright © 2024, Sam Griesemer
Made with Sphinx and @pradyunsg's Furo
On this page
  • symconf.reader module
    • DictReader
      • DictReader.__init__()
      • DictReader.copy()
      • DictReader.from_dict()
      • DictReader.generate_hash()
      • DictReader.get()
      • DictReader.get_subconfig()
      • DictReader.set()
      • DictReader.update()