MCPcopy Index your code
hub / github.com/RustPython/RustPython / getvalue

Method getvalue

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

Source from the content-addressed store, hash-verified

48 'utf-8', newline=newline)
49
50 def getvalue(self):
51 self.flush()
52 return self.buffer.raw.getvalue().decode('utf-8')
53
54
55class 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