Home
last modified time | relevance | path

Searched refs:template_dict (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/clinic/
Dclinic.py1011 def render_option_group_parsing(self, f, template_dict): argument
1102 template_dict['option_group_parsing'] = format_escape(output())
1164 template_dict = {}
1167 template_dict['full_name'] = full_name
1174 template_dict['name'] = name
1184 template_dict['c_basename'] = c_basename
1187 template_dict['methoddef_name'] = methoddef_name
1189 template_dict['docstring'] = self.docstring_for_c_string(f)
1191template_dict['self_name'] = template_dict['self_type'] = template_dict['self_type_check'] = ''
1192 f_self.converter.set_template_dict(template_dict)
[all …]
/external/autotest/client/cros/
Dnetwork_chroot.py110 def add_config_templates(self, template_dict): argument
118 self._config_file_templates.update(template_dict)