django.utils.six.moves._html_parser.interesting_normal

Here are the examples of the python api django.utils.six.moves._html_parser.interesting_normal taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: GAE-Bulk-Mailer Source File: html_parser.py
Function: clear_cdata_mode
        def clear_cdata_mode(self):
            self.interesting = _html_parser.interesting_normal
            self.cdata_tag = None