Lines Matching defs:announce
312 self.announce(indent + header)
316 self.announce(indent + "no commands known yet")
322 self.announce(indent +
325 self.announce(indent +
329 self.announce(indent + " " + line)
377 self.announce("using config files: %s" % ', '.join(files))
400 self.announce("Distribution.parse_config_files():")
405 self.announce(" reading %s" % filename)
854 self.announce("Distribution.get_command_obj(): "
886 self.announce(" setting options for '%s' command:" % command_name)
889 self.announce(" %s = %s (from %s)" % (option, value,
957 def announce(self, msg, level=log.INFO):