Searched refs:pre_config (Results 1 – 2 of 2) sorted by relevance
544 pre_config = configs['pre_config']547 expected_preconfig[key] = pre_config[key]604 pre_config = dict(configs['pre_config'])607 pre_config.pop(key, None)609 self.assertEqual(pre_config, expected)620 pre_config = configs['pre_config']634 expected[global_key] = 0 if pre_config[core_key] else 1637 expected[global_key] = pre_config[core_key]1030 pre_config = {1039 self.check_all_configs("test_init_dont_parse_argv", config, pre_config,
2636 const PyPreConfig *pre_config = &tstate->interp->runtime->preconfig; in _Py_GetConfigsAsDict() local2637 dict = _PyPreConfig_AsDict(pre_config); in _Py_GetConfigsAsDict()