Home
last modified time | relevance | path

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

/external/chromium_org/tools/grit/grit/format/policy_templates/
Dpolicy_template_generator.py112 def _PrintPolicyValue(self, item): member in PolicyTemplateGenerator
120 str_val += "\'%s\': %s, " % (it, self._PrintPolicyValue(item[it]))
146 policy['example_value'] = self._PrintPolicyValue(policy['example_value'])