Home
last modified time | relevance | path

Searched refs:config_dict (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/infra/bots/
Dgit_utils.py19 def __init__(self, config_dict): argument
20 self._config_dict = config_dict
/third_party/python/Lib/test/
Dtest_turtle.py64 parsed_cfg = turtle.config_dict(cfg_name)
94 parsed_cfg = turtle.config_dict(cfg_name)
111 parsed_cfg = turtle.config_dict(cfg_name)
/third_party/python/Doc/library/
Dlogging.config.rst623 resolve to ``config_dict['handlers']['myhandler']['mykey']['123']``.
626 ``config_dict['handlers']['myhandler']['mykey'][123]``, and fall back
627 to ``config_dict['handlers']['myhandler']['mykey']['123']`` if that
/third_party/python/Lib/
Dturtle.py171 def config_dict(filename): function
217 cfgdict1 = config_dict(default_cfg)
226 cfgdict2 = config_dict(cfg_file2)