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

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_zipfile.py721 zipfp.writepy(fn)
733 zipfp.writepy(fn, "testpackage")
745 zipfp.writepy(packagedir)
768 zipfp.writepy(TESTFN2)
781 self.assertRaises(RuntimeError, zipfp.writepy, TESTFN)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_zipfile.py721 zipfp.writepy(fn)
733 zipfp.writepy(fn, "testpackage")
745 zipfp.writepy(packagedir)
768 zipfp.writepy(TESTFN2)
781 self.assertRaises(RuntimeError, zipfp.writepy, TESTFN)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_zipfile.py721 zipfp.writepy(fn)
733 zipfp.writepy(fn, "testpackage")
745 zipfp.writepy(packagedir)
768 zipfp.writepy(TESTFN2)
781 self.assertRaises(RuntimeError, zipfp.writepy, TESTFN)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_zipfile.py721 zipfp.writepy(fn)
733 zipfp.writepy(fn, "testpackage")
745 zipfp.writepy(packagedir)
768 zipfp.writepy(TESTFN2)
781 self.assertRaises(RuntimeError, zipfp.writepy, TESTFN)
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dzipfile.py1356 def writepy(self, pathname, basename = ""): member in class:PyZipFile
1392 self.writepy(path, basename) # Recursive call
1415 'Files added with writepy() must end with ".py"'
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dzipfile.py1356 def writepy(self, pathname, basename = ""): member in class:PyZipFile
1392 self.writepy(path, basename) # Recursive call
1415 'Files added with writepy() must end with ".py"'
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dzipfile.py1356 def writepy(self, pathname, basename = ""): member in class:PyZipFile
1392 self.writepy(path, basename) # Recursive call
1415 'Files added with writepy() must end with ".py"'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dzipfile.py1356 def writepy(self, pathname, basename = ""): member in class:PyZipFile
1392 self.writepy(path, basename) # Recursive call
1415 'Files added with writepy() must end with ".py"'

Completed in 214 milliseconds