OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wrong_params
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Lib/test/
test_aifc.py
264
wrong_params
= (0, 0, 0, 0, 'WRNG', '')
265
self.assertRaises(aifc.Error, fout.setparams,
wrong_params
)
/external/python/cpython3/Lib/test/
test_aifc.py
341
wrong_params
= (0, 0, 0, 0, b'WRNG', '')
342
self.assertRaises(aifc.Error, fout.setparams,
wrong_params
)
Completed in 112 milliseconds