Searched refs:setpassword (Results 1 – 3 of 3) sorted by relevance
2180 self.zip.setpassword(b"perl")2182 self.zip2.setpassword(b"perl")2187 self.zip.setpassword(b"python")2189 self.zip2.setpassword(b"12345")2193 self.assertRaises(TypeError, self.zip.setpassword, "unicode")2199 self.zip.setpassword(b"python")
356 .. method:: ZipFile.setpassword(pwd)366 it will override the default password set with :meth:`setpassword`. Calling
1435 def setpassword(self, pwd): member in ZipFile