MCPcopy Index your code
hub / github.com/python/cpython / clear_cdata_mode

Method clear_cdata_mode

Lib/html/parser.py:193–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191 re.IGNORECASE|re.ASCII)
192
193 def clear_cdata_mode(self):
194 self.interesting = interesting_normal
195 self.cdata_elem = None
196 self._escapable = True
197
198 def _set_support_cdata(self, flag=True):
199 """Enable or disable support of the CDATA sections.

Callers 1

parse_endtagMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected