Home | History | Annotate | Download | only in python2.7

Lines Matching refs:SlowParser

117   SlowParser     Slow but safe standard parser (based on xmllib)
563 class SlowParser:
568 if xmllib.XMLParser not in SlowParser.__bases__:
569 SlowParser.__bases__ = (xmllib.XMLParser,)
1030 parser = SlowParser(target)