(self, *args, **kwargs)
| 489 | return url |
| 490 | |
| 491 | def load(self, *args, **kwargs): |
| 492 | self.check_status() |
| 493 | return Plugin.load(self, *args, **kwargs) |
| 494 | |
| 495 | def parse_html_form(self, attr_str="", input_names={}): |
| 496 | return parse_html_form(attr_str, self.data, input_names) |
no test coverage detected