Lines Matching refs:config
4138 def get_option(config, option_name, default=None):
4139 return config.get(option_name, (default, ()))[0]
4142 for output_file, config in output_files:
4144 config, 'IgnoreComments') == 'true' # no, it's right :)
4146 config, 'TrimTextNodes') == 'true'
4148 config, 'PrefixRewrite') == 'sequential'
4149 if 'QNameAware' in config:
4152 for el in config['QNameAware'][1].findall(
4157 for el in config['QNameAware'][1].findall(
4163 # Build subtest description from config.
4166 for name, (value, children) in sorted(config.items())
4176 if 'QNameAware' in config and config['QNameAware'][1].find(