Text race history for AlanHacker (alanhacker)

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
48 2024-11-18 17:48:16 66.70 98.4%
38 2024-04-29 09:54:43 64.66 97%
34 2024-04-28 11:06:25 61.42 96.5%
33 2024-04-28 11:05:26 63.40 98.5%
28 2024-04-28 10:59:15 49.57 94.3%
3 2023-09-08 00:26:55 46.36 94%