Home | History | Annotate | Download | only in distutils

Lines Matching defs:announce

308             self.announce(indent + header)
312 self.announce(indent + "no commands known yet")
318 self.announce(indent +
321 self.announce(indent +
325 self.announce(indent + " " + line)
373 self.announce("using config files: %s" % ', '.join(files))
384 self.announce("Distribution.parse_config_files():")
389 self.announce(" reading %s" % filename)
842 self.announce("Distribution.get_command_obj(): " \
874 self.announce(" setting options for '%s' command:" % command_name)
877 self.announce(" %s = %s (from %s)" % (option, value,
944 def announce(self, msg, level=log.INFO):