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

Lines Matching refs:symbols

527         """Mark up some plain text, given a context of symbols to look for.
1601 # Either add symbols to this dictionary or to the symbols dictionary
1614 symbols = {
1633 topics = symbols.get(symbol, topic)
1636 symbols[symbol] = topics
1785 elif request == 'symbols': self.listsymbols()
1790 elif request in self.symbols: self.showsymbol(request)
1838 Here is a list of the punctuation symbols which Python assigns special meaning
1842 self.list(self.symbols.keys())
1884 target = self.symbols[symbol]