Home
last modified time | relevance | path

Searched refs:setpassword (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_zipfile.py1343 self.zip.setpassword("perl")
1345 self.zip2.setpassword("perl")
1350 self.zip.setpassword("python")
1352 self.zip2.setpassword("12345")
/external/python/cpython3/Lib/test/
Dtest_zipfile.py2178 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")
/external/python/cpython2/Doc/library/
Dzipfile.rst254 .. method:: ZipFile.setpassword(pwd)
266 it will override the default password set with :meth:`setpassword`. Calling
/external/python/cpython3/Doc/library/
Dzipfile.rst357 .. method:: ZipFile.setpassword(pwd)
367 it will override the default password set with :meth:`setpassword`. Calling
/external/python/cpython2/Lib/
Dzipfile.py913 def setpassword(self, pwd): member in ZipFile
/external/python/cpython3/Lib/
Dzipfile.py1434 def setpassword(self, pwd): member in ZipFile