Lines Matching defs:mediators
526 def mediators(self):
527 """A dictionary of the mediators and their configured version
557 for m, mvalues in six.iteritems(self._img.cfg.mediators):
833 # with @mediators.
1233 "mediators": (iter, True),
1604 # changing mediators
2077 def gen_plan_set_mediators(self, mediators, backup_be=None,
2086 for mediators as specified in the provided dictionary. Once an
2094 'mediators' is a dict of dicts of the mediators to set version
2118 assert mediators
2123 mediators=mediators, _new_be=new_be, _noexecute=noexecute,