Lines Matching defs:symbols
680 """Mark up some plain text, given a context of symbols to look for.
1853 # Either add symbols to this dictionary or to the symbols dictionary
1867 symbols = {
1886 topics = symbols.get(symbol, topic)
1889 symbols[symbol] = topics
2049 elif request == 'symbols': self.listsymbols()
2054 elif request in self.symbols: self.showsymbol(request)
2077 To get a list of available modules, keywords, symbols, or topics, type
2078 "modules", "keywords", "symbols", or "topics". Each module also comes
2105 Here is a list of the punctuation symbols which Python assigns special meaning
2109 self.list(self.symbols.keys())
2178 target = self.symbols[symbol]