Text race history for Dynamic (dynamic_x)

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-12 20:13:53 30.73 93.7%
40 2024-10-03 15:49:56 30.03 92.4%
38 2024-10-03 15:35:36 28.00 93.7%
3 2024-10-02 16:47:02 24.17 92.3%