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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 803 def restore_sys_path(self, saved_path):
804 sys.path = saved_path[1]
805 sys.path[:] = saved_path[2]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 803 def restore_sys_path(self, saved_path):
804 sys.path = saved_path[1]
805 sys.path[:] = saved_path[2]
    [all...]

Completed in 4996 milliseconds