Get the password the user provided in the package
(self)
| 496 | return parse_html_form(attr_str, self.data, input_names) |
| 497 | |
| 498 | def get_password(self): |
| 499 | """ |
| 500 | Get the password the user provided in the package |
| 501 | """ |
| 502 | return self.pyfile.package().password or "" |
| 503 | |
| 504 | def clean(self): |
| 505 | """ |
no test coverage detected