Home | History | Annotate | Download | only in coverage

Lines Matching refs:topic

132     def help_noop(self, error=None, topic=None, parser=None):
256 usage = "<topic>",
352 def help(self, error=None, topic=None, parser=None):
353 """Display an error message, or the named topic."""
354 assert error or topic or parser
361 # Parse out the topic we want from HELP_TOPICS
364 help_msg = topics.get(topic, '').strip()
368 print("Don't know topic %r" % topic)
381 self.help_fn(topic='minimum_help')
404 self.help_fn(topic='help')
416 self.help_fn(topic=a)
418 self.help_fn(topic='help')
423 self.help_fn(topic='version')