HomeSort by relevance Sort by last modified time
    Searched full:write_starttag (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/python/examples/base/
PassSGMLParser.py 29 def write_starttag (self, tag, attrs): member in class:PassSGMLParser
49 self.write_starttag (tag, attrs)
SafeHtml.py 99 self.write_starttag (tag, self.cleanup_attrs(tag, attrs))
102 self.write_starttag (tag, self.cleanup_attrs(tag, attrs))
105 self.write_starttag (tag, self.cleanup_attrs(tag, attrs))

Completed in 7677 milliseconds