OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_os
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py
189
new_os
= imp.load_module("os", *x)
190
self.assertIs(os,
new_os
)
191
self.assertIs(orig_path,
new_os
.path)
192
self.assertIsNot(orig_getenv,
new_os
.getenv)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py
189
new_os
= imp.load_module("os", *x)
190
self.assertIs(os,
new_os
)
191
self.assertIs(orig_path,
new_os
.path)
192
self.assertIsNot(orig_getenv,
new_os
.getenv)
Completed in 483 milliseconds