Text race history for an (clockworkman)

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
88 2024-09-08 14:26:22 33.44 95.8%
76 2024-07-22 13:36:15 31.02 97.4%
33 2024-06-23 20:05:05 32.58 98.4%
30 2024-06-23 19:59:23 26.86 96.6%