MCPcopy
hub / github.com/pyload/pyload / getPassword

Method getPassword

module/plugins/Plugin.py:568–572  ·  view source on GitHub ↗

get the password the user provided in the package

(self)

Source from the content-addressed store, hash-verified

566
567
568 def getPassword(self):
569 """ get the password the user provided in the package"""
570 password = self.pyfile.package().password
571 if not password: return ""
572 return password
573
574
575 def checkForSameFiles(self, starting=False):

Callers

nothing calls this directly

Calls 1

packageMethod · 0.80

Tested by

no test coverage detected