Beispiel #1
0
 def __getattribute__(self, attr):
     print "Getting attribute %s" % attr
     return HTMLParser.__getattribute(self, attr)