Home
last modified time | relevance | path

Searched refs:start_tt (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dhtmllib.py348 def start_code(self, attrs): self.start_tt(attrs)
354 def start_kbd(self, attrs): self.start_tt(attrs)
357 def start_samp(self, attrs): self.start_tt(attrs)
378 def start_tt(self, attrs): member in HTMLParser