MCPcopy Index your code
hub / github.com/aws/aws-cli / write_exception

Function write_exception

awscli/utils.py:472–475  ·  view source on GitHub ↗
(ex, outfile)

Source from the content-addressed store, hash-verified

470
471
472def write_exception(ex, outfile):
473 outfile.write("\n")
474 outfile.write(str(ex))
475 outfile.write("\n")
476
477
478def dump_yaml_to_str(yaml, data):

Callers 2

test_write_exceptionMethod · 0.90
deployMethod · 0.90

Calls 1

writeMethod · 0.45

Tested by 1

test_write_exceptionMethod · 0.72