Lines Matching refs:append_fn
2512 def _make_conf(self, append_fn): argument
2524 append_fn("{0}{1}={2}".format(self.config.config_prefix, self.name, val)
2529 append_fn("{0}{1}={2}".format(self.config.config_prefix, self.name, val))
2533 append_fn('{0}{1}="{2}"'
2708 def _make_conf(self, append_fn): argument
2711 append_fn("\n#\n# {0}\n#".format(self.title))
2712 _make_block_conf(self.block, append_fn)
3000 def _make_conf(self, append_fn): argument
3001 _make_block_conf(self.block, append_fn)
3088 def _make_conf(self, append_fn): argument
3090 append_fn("\n#\n# {0}\n#".format(self.text))
3324 def _make_block_conf(block, append_fn): argument
3331 item._make_conf(append_fn)