Lines Matching refs:topics
1779 topics = symbols.get(symbol, topic) variable in Helper
1780 if topic not in topics:
1781 topics = topics + ' ' + topic variable in Helper
1782 symbols[symbol] = topics
1784 topics = { variable in Helper
1948 elif request in self.topics: self.showtopic(request)
2005 self.list(self.topics.keys())
2009 import pydoc_data.topics
2016 target = self.topics.get(topic, self.keywords.get(topic))
2025 doc = pydoc_data.topics.topics[label]
2049 import pydoc_data.topics
2055 target = self.topics.get(topic, self.keywords.get(topic))
2061 doc = pydoc_data.topics.topics[label]
2462 names = sorted(Helper.topics.keys())