예제 #1
0
파일: ofx.py 프로젝트: glasmasin/moneyguru
 def handle_endtag(self, tag, method):
     self.flush_data()
     SGMLParser.handle_endtag(self, tag, method)
예제 #2
0
	def handle_endtag(self, tag, method):
		SGMLParser.handle_endtag(self, tag, method)
		self.stack.pop()