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

  /external/clearsilver/python/examples/base/
sgmllib.py 10 # sgmlop support added by fredrik@pythonware.com (April 6, 1998)
17 from xml.parsers import sgmlop namespace
19 sgmlop = None variable
391 self.parser = sgmlop.SGMLParser()
425 # FIXME: should move this logic into sgmlop!
516 #sgmlop = None
519 if sgmlop:

Completed in 45 milliseconds