Searched refs:template_dict (Results 1 – 2 of 2) sorted by relevance
1127 def render_option_group_parsing(self, f, template_dict): argument1218 template_dict['option_group_parsing'] = format_escape(output())1280 template_dict = {}1283 template_dict['full_name'] = full_name1290 template_dict['name'] = name1300 template_dict['c_basename'] = c_basename1303 template_dict['methoddef_name'] = methoddef_name1305 template_dict['docstring'] = self.docstring_for_c_string(f)1307 … template_dict['self_name'] = template_dict['self_type'] = template_dict['self_type_check'] = ''1309 converter.set_template_dict(template_dict)[all …]
119 def add_config_templates(self, template_dict): argument127 self._config_file_templates.update(template_dict)