Text race history for Anton (twisted_8)

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 2024-11-20 20:38:00 55.10 96.9%
19 2024-03-21 20:03:46 50.02 98.4%