Home
last modified time | relevance | path

Searched refs:saved_path (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/libregrtest/
Dsave_env.py135 def restore_sys_path(self, saved_path): argument
136 sys.path = saved_path[1]
137 sys.path[:] = saved_path[2]