OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cwd_result
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py
125
cwd_result
= os.getcwdu()
128
cwd_result
= os.getcwd().decode(TESTFN_ENCODING)
131
cwd_result
= unicodedata.normalize("NFD",
cwd_result
)
134
self.assertEqual(os.path.basename(
cwd_result
),name_result)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py
125
cwd_result
= os.getcwdu()
128
cwd_result
= os.getcwd().decode(TESTFN_ENCODING)
131
cwd_result
= unicodedata.normalize("NFD",
cwd_result
)
134
self.assertEqual(os.path.basename(
cwd_result
),name_result)
Completed in 36 milliseconds