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

Method get_output

Lib/test/test_base64.py:1419–1420  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

1417 os.unlink(os_helper.TESTFN)
1418
1419 def get_output(self, *args):
1420 return script_helper.assert_python_ok('-m', 'base64', *args).out
1421
1422 def test_encode_file(self):
1423 with open(os_helper.TESTFN, 'wb') as fp:

Callers 3

test_encode_fileMethod · 0.95
test_decodeMethod · 0.95

Calls 1

assert_python_okMethod · 0.80

Tested by

no test coverage detected