Home | History | Annotate | Download | only in test

Lines Matching refs:conf

738     def apply_config(self, conf, **kwargs):
739 file = cStringIO.StringIO(textwrap.dedent(conf))
1648 def apply_config(self, conf):
1649 logging.config.dictConfig(conf)