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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_site.py 77 def pth_file_tests(self, pth_file):
79 self.assertIn(pth_file.imported, sys.modules,
80 "%s not in sys.modules" % pth_file.imported)
81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
82 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
89 pth_file = PthFile()
90 pth_file.cleanup(prep=True) # to make sure that nothing is
93 pth_file.create()
94 site.addpackage(pth_file.base_dir, pth_file.filename, set())
    [all...]
  /external/python/cpython2/Lib/test/
test_site.py 82 def pth_file_tests(self, pth_file):
84 self.assertIn(pth_file.imported, sys.modules,
85 "%s not in sys.modules" % pth_file.imported)
86 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
87 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
94 pth_file = PthFile()
95 pth_file.cleanup(prep=True) # to make sure that nothing is
98 pth_file.create()
99 site.addpackage(pth_file.base_dir, pth_file.filename, set()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_site.py 77 def pth_file_tests(self, pth_file):
79 self.assertIn(pth_file.imported, sys.modules,
80 "%s not in sys.modules" % pth_file.imported)
81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
82 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
89 pth_file = PthFile()
90 pth_file.cleanup(prep=True) # to make sure that nothing is
93 pth_file.create()
94 site.addpackage(pth_file.base_dir, pth_file.filename, set()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_site.py 77 def pth_file_tests(self, pth_file):
79 self.assertIn(pth_file.imported, sys.modules,
80 "%s not in sys.modules" % pth_file.imported)
81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
82 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
89 pth_file = PthFile()
90 pth_file.cleanup(prep=True) # to make sure that nothing is
93 pth_file.create()
94 site.addpackage(pth_file.base_dir, pth_file.filename, set()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 77 def pth_file_tests(self, pth_file):
79 self.assertIn(pth_file.imported, sys.modules,
80 "%s not in sys.modules" % pth_file.imported)
81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
82 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
89 pth_file = PthFile()
90 pth_file.cleanup(prep=True) # to make sure that nothing is
93 pth_file.create()
94 site.addpackage(pth_file.base_dir, pth_file.filename, set()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 77 def pth_file_tests(self, pth_file):
79 self.assertIn(pth_file.imported, sys.modules,
80 "%s not in sys.modules" % pth_file.imported)
81 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
82 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
89 pth_file = PthFile()
90 pth_file.cleanup(prep=True) # to make sure that nothing is
93 pth_file.create()
94 site.addpackage(pth_file.base_dir, pth_file.filename, set()
    [all...]
  /external/python/cpython3/Lib/test/
test_site.py 84 def pth_file_tests(self, pth_file):
86 self.assertIn(pth_file.imported, sys.modules,
87 "%s not in sys.modules" % pth_file.imported)
88 self.assertIn(site.makepath(pth_file.good_dir_path)[0], sys.path)
89 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
96 pth_file = PthFile()
97 pth_file.cleanup(prep=True) # to make sure that nothing is
100 pth_file.create()
101 site.addpackage(pth_file.base_dir, pth_file.filename, set()
    [all...]

Completed in 464 milliseconds