MCPcopy Index your code
hub / github.com/python/cpython / getvalue

Method getvalue

Lib/test/test_argparse.py:49–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

47 'utf-8', newline=newline)
48
49 def getvalue(self):
50 self.flush()
51 return self.buffer.raw.getvalue().decode('utf-8')
52
53
54class StdStreamTest(unittest.TestCase):

Callers 15

test_print_fileMethod · 0.95
_writeMethod · 0.45
_handle_multipartMethod · 0.45
_handle_messageMethod · 0.45
findCallerMethod · 0.45
_restoreStdoutMethod · 0.45
_exc_info_to_stringMethod · 0.45
test_streamreaderMethod · 0.45
test_streamwriterMethod · 0.45

Calls 2

flushMethod · 0.45
decodeMethod · 0.45

Tested by

no test coverage detected