Lines Matching refs:topic
1805 # These dictionaries map a topic name to either an alias, or a tuple
1884 for topic, symbols_ in _symbols_inverse.items():
1886 topics = symbols.get(symbol, topic)
1887 if topic not in topics:
1888 topics = topics + ' ' + topic
1890 del topic, symbols_, symbol, topics
2073 Enter the name of any module, keyword, or topic to get help on writing
2113 Here is a list of available topics. Enter any topic name to get more help.
2118 def showtopic(self, topic, more_xrefs=''):
2123 Sorry, topic and keyword documentation is not available because the
2127 target = self.topics.get(topic, self.keywords.get(topic))
2129 self.output.write('no documentation found for %s\n' % repr(topic))
2138 self.output.write('no documentation found for %s\n' % repr(topic))
2150 def _gettopic(self, topic, more_xrefs=''):
2151 """Return unbuffered tuple of (topic, xrefs).
2163 Sorry, topic and keyword documentation is not available because the
2166 target = self.topics.get(topic, self.keywords.get(topic))
2168 raise ValueError('could not find topic')
2179 topic, _, xrefs = target.partition(' ')
2180 self.showtopic(topic, xrefs)
2550 """Index of topic texts available."""
2553 return '<a href="topic?key=%s">%s</a>' % (name, name)
2573 return '<a href="topic?key=%s">%s</a>' % (name, name)
2580 def html_topicpage(topic):
2584 contents, xrefs = htmlhelp._gettopic(topic)
2585 if topic in htmlhelp.keywords:
2593 contents = html.bigsection(topic , 'index', contents)
2598 return '<a href="topic?key=%s">%s</a>' % (name, name)
2602 return ('%s %s' % (title, topic),
2638 elif op == "topic?key":
2812 Python keyword, topic, function, module, or package, or a dotted