Example #1
0
 def handle_endtag(self, tag, method):
     self.flush_data()
     SGMLParser.handle_endtag(self, tag, method)
Example #2
0
	def handle_endtag(self, tag, method):
		SGMLParser.handle_endtag(self, tag, method)
		self.stack.pop()