MCPcopy Index your code
hub / github.com/pyload/pyload / get_password

Method get_password

module/plugins/internal/Base.py:498–502  ·  view source on GitHub ↗

Get the password the user provided in the package

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 15

_post_parametersMethod · 0.80
get_linksMethod · 0.80
_prepareMethod · 0.80
handle_passwordMethod · 0.80
decryptMethod · 0.80
check_errorsMethod · 0.80
decryptMethod · 0.80
handle_freeMethod · 0.80

Calls 1

packageMethod · 0.80

Tested by

no test coverage detected