Searched refs:writepy (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_zipfile.py841 zipfp.writepy(fn)
853 zipfp.writepy(fn, "testpackage")
866 zipfp.writepy(packagedir)
889 zipfp.writepy(TESTFN2)
903 self.assertRaises(RuntimeError, zipfp.writepy, TESTFN)
/external/chromium-trace/catapult/third_party/zipfile/
H A Dzipfile_2_7_13.py1380 def writepy(self, pathname, basename = ""): member in class:PyZipFile
1416 self.writepy(path, basename) # Recursive call
1439 'Files added with writepy() must end with ".py"'
/external/python/cpython2/Lib/
H A Dzipfile.py1380 def writepy(self, pathname, basename = ""): member in class:PyZipFile
1416 self.writepy(path, basename) # Recursive call
1439 'Files added with writepy() must end with ".py"'

Completed in 85 milliseconds