OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shellmsg
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Lib/idlelib/idle_test/
test_warning.py
30
shellmsg
= idlemsg + ">>> "
variable
69
self.assertEqual(
shellmsg
.splitlines(), f.getvalue().splitlines())
/external/python/cpython3/Lib/idlelib/idle_test/
test_warning.py
30
shellmsg
= idlemsg + ">>> "
variable
69
self.assertEqual(
shellmsg
.splitlines(), f.getvalue().splitlines())
Completed in 318 milliseconds