Home | History | Annotate | Download | only in python2.7

Lines Matching defs:topics

1560     # in pydoc_data/topics.py.
1564 # regenerate the pydoc_data/topics.py file by running
1565 # make pydoc-topics
1633 topics = symbols.get(symbol, topic)
1634 if topic not in topics:
1635 topics = topics + ' ' + topic
1636 symbols[symbol] = topics
1638 topics = {
1786 elif request == 'topics': self.listtopics()
1792 elif request in self.topics: self.showtopic(request)
1809 To get a list of available modules, keywords, or topics, type "modules",
1810 "keywords", or "topics". Each module also comes with a one-line summary
1846 Here is a list of available topics. Enter any topic name to get more help.
1849 self.list(self.topics.keys())
1853 import pydoc_data.topics
1857 module "pydoc_data.topics" could not be found.
1860 target = self.topics.get(topic, self.keywords.get(topic))
1869 doc = pydoc_data.topics.topics[label]
1880 'Related help topics: ' + join(split(xrefs), ', ') + '\n')
2341 Python source file to document. If name is 'keywords', 'topics',