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