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

Method write

awscli/customizations/s3/utils.py:331–337  ·  view source on GitHub ↗

Writes data to stdout as bytes. :param b: data to write

(self, b)

Source from the content-addressed store, hash-verified

329 self._stdout = stdout
330
331 def write(self, b):
332 """
333 Writes data to stdout as bytes.
334
335 :param b: data to write
336 """
337 bytes_print(b, self._stdout)
338
339
340def guess_content_type(filename):

Callers 15

test_stdout_wrapperMethod · 0.95
write_git_parametersMethod · 0.45
save_queryMethod · 0.45
doc_descriptionMethod · 0.45
doc_examplesMethod · 0.45
save_fileMethod · 0.45
uni_printFunction · 0.45
save_fileMethod · 0.45
_save_fileMethod · 0.45
_run_mainMethod · 0.45
_run_mainMethod · 0.45

Calls 1

bytes_printFunction · 0.90

Tested by 1

test_stdout_wrapperMethod · 0.76