OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__stdout__
(Results
26 - 32
of
32
) sorted by null
1
2
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py
13
if hasattr(sys.
__stdout__
, "newlines"):
doctest.py
223
_encoding = getattr(sys.
__stdout__
, 'encoding', None) or 'utf-8'
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py
231
print >>sys.
__stdout__
, (
test_sys.py
434
self.assertTrue(sys.
__stdout__
.encoding == sys.__stderr__.encoding)
test_descr.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py
223
_encoding = getattr(sys.
__stdout__
, 'encoding', None) or 'utf-8'
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py
[
all
...]
Completed in 858 milliseconds
1
2