HomeSort by relevance Sort by last modified time
    Searched refs:zip_pkg (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipimport_support.py 79 name_in_zip = os.path.join('zip_pkg',
85 import zip_pkg
86 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src)
  /external/python/cpython2/Lib/test/
test_zipimport_support.py 80 name_in_zip = os.path.join('zip_pkg',
86 import zip_pkg
87 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src)
  /external/python/cpython3/Lib/test/
test_zipimport_support.py 82 name_in_zip = os.path.join('zip_pkg',
88 import zip_pkg
90 self.assertEqual(inspect.getsource(zip_pkg.foo), test_src)
92 del sys.modules["zip_pkg"]

Completed in 92 milliseconds