(self, attr_str="", input_names={})
| 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) |
| 497 | |
| 498 | def get_password(self): |
| 499 | """ |
no test coverage detected