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

Method _add_streaming_blob_note

awscli/clidocs.py:358–367  ·  view source on GitHub ↗
(self, doc)

Source from the content-addressed store, hash-verified

356 doc.style.new_paragraph()
357
358 def _add_streaming_blob_note(self, doc):
359 doc.style.start_note()
360 msg = (
361 "This argument is of type: streaming blob. "
362 "Its value must be the path to a file "
363 "(e.g. ``path/to/file``) and must **not** "
364 "be prefixed with ``file://`` or ``fileb://``"
365 )
366 doc.writeln(msg)
367 doc.style.end_note()
368
369 def _add_tagged_union_note(self, shape, doc):
370 doc.style.start_note()

Callers 1

doc_optionMethod · 0.95

Calls 3

start_noteMethod · 0.45
writelnMethod · 0.45
end_noteMethod · 0.45

Tested by

no test coverage detected