Searched refs:setpassword (Results 1 – 6 of 6) sorted by relevance
1343 self.zip.setpassword("perl")1345 self.zip2.setpassword("perl")1350 self.zip.setpassword("python")1352 self.zip2.setpassword("12345")
2178 self.zip.setpassword(b"perl")2180 self.zip2.setpassword(b"perl")2185 self.zip.setpassword(b"python")2187 self.zip2.setpassword(b"12345")2191 self.assertRaises(TypeError, self.zip.setpassword, "unicode")2197 self.zip.setpassword(b"python")
254 .. method:: ZipFile.setpassword(pwd)266 it will override the default password set with :meth:`setpassword`. Calling
357 .. method:: ZipFile.setpassword(pwd)367 it will override the default password set with :meth:`setpassword`. Calling
913 def setpassword(self, pwd): member in ZipFile
1434 def setpassword(self, pwd): member in ZipFile