Home
last modified time | relevance | path

Searched refs:setpassword (Results 1 – 7 of 7) 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.py1822 self.zip.setpassword(b"perl")
1824 self.zip2.setpassword(b"perl")
1829 self.zip.setpassword(b"python")
1831 self.zip2.setpassword(b"12345")
1835 self.assertRaises(TypeError, self.zip.setpassword, "unicode")
/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.rst339 .. method:: ZipFile.setpassword(pwd)
349 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/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py916 def setpassword(self, pwd): member in ZipFile
/external/python/cpython3/Lib/
Dzipfile.py1399 def setpassword(self, pwd): member in ZipFile