| D | pydoc.py | 1808 # in pydoc_data/topics.py. 1812 # regenerate the pydoc_data/topics.py file by running 1813 # make pydoc-topics 1886 topics = symbols.get(symbol, topic) variable in Helper 1887 if topic not in topics: 1888 topics = topics + ' ' + topic variable in Helper 1889 symbols[symbol] = topics 1890 del topic, symbols_, symbol, topics 1892 topics = { variable in Helper 2050 elif request == 'topics': self.listtopics() [all …]
|