Searched refs:config_dict (Results 1 – 4 of 4) sorted by relevance
19 def __init__(self, config_dict): argument20 self._config_dict = config_dict
64 parsed_cfg = turtle.config_dict(cfg_name)94 parsed_cfg = turtle.config_dict(cfg_name)111 parsed_cfg = turtle.config_dict(cfg_name)
623 resolve to ``config_dict['handlers']['myhandler']['mykey']['123']``.626 ``config_dict['handlers']['myhandler']['mykey'][123]``, and fall back627 to ``config_dict['handlers']['myhandler']['mykey']['123']`` if that
171 def config_dict(filename): function217 cfgdict1 = config_dict(default_cfg)226 cfgdict2 = config_dict(cfg_file2)