Searched defs:config_dict (Results 1 - 3 of 3) sorted by relevance

/external/autotest/test_suites/
H A Ddev_harness.py30 config_dict = {} variable
34 config_dict.update(ast.literal_eval(config.read()))
37 config_dict = {'build': 'x86-mario-release/R23-2814.0.0', variable
44 new_globals.update(config_dict)
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py183 def config_dict(filename): function
230 cfgdict1 = config_dict(default_cfg)
241 cfgdict2 = config_dict(cfg_file2)
/external/python/cpython3/Lib/
H A Dturtle.py171 def config_dict(filename): function
217 cfgdict1 = config_dict(default_cfg)
226 cfgdict2 = config_dict(cfg_file2)

Completed in 175 milliseconds