Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/clinic/
Dclinic.py1127 def render_option_group_parsing(self, f, template_dict): argument
1218 template_dict['option_group_parsing'] = format_escape(output())
1280 template_dict = {}
1283 template_dict['full_name'] = full_name
1290 template_dict['name'] = name
1300 template_dict['c_basename'] = c_basename
1303 template_dict['methoddef_name'] = methoddef_name
1305 template_dict['docstring'] = self.docstring_for_c_string(f)
1307template_dict['self_name'] = template_dict['self_type'] = template_dict['self_type_check'] = ''
1309 converter.set_template_dict(template_dict)
[all …]
/external/autotest/client/cros/
Dnetwork_chroot.py119 def add_config_templates(self, template_dict): argument
127 self._config_file_templates.update(template_dict)