Text race history for Taro (yada)

Back to text analysis page

class URLLister(SGMLParser): def reset(self): SGMLParser.reset(self) self.urls = [] def start_a(self, attrs): href = [v for k, v in attrs if k=='href'] if href: self.urls.extend(href)

Game Time WPM Accuracy
57 2015-05-03 15:19:34 99.45 97%
21 2012-10-07 12:35:20 91.19 97%
17 2012-10-07 12:30:51 75.90 94%
13 2012-10-07 12:25:53 76.61 94%
11 2012-10-07 12:23:14 73.29 93%
9 2012-10-07 12:20:41 66.91 94%