Lines Matching refs:topics
13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
71 misc_header = "Miscellaneous help topics:"
288 topics = set(a[5:] for a in self.get_names()
290 return list(commands | topics)
313 topics = set()
316 topics.add(name[5:])
326 if cmd in topics:
328 topics.remove(cmd)
335 self.print_topics(self.misc_header, sorted(topics),15,80)