Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/library/
Dhtmllib.rst142 .. method:: HTMLParser.save_bgn()
146 :meth:`save_bgn` / :meth:`save_end` pair may not be nested.
152 call to :meth:`save_bgn`. If the :attr:`nofill` flag is false, whitespace is
154 :meth:`save_bgn` will raise a :exc:`TypeError` exception.
/external/python/cpython2/Lib/
Dhtmllib.py74 def save_bgn(self): member in HTMLParser
151 self.save_bgn()