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

Method __call__

awscli/s3transfer/crt.py:927–928  ·  view source on GitHub ↗
(self, chunk, **kwargs)

Source from the content-addressed store, hash-verified

925 self._fileobj = fileobj
926
927 def __call__(self, chunk, **kwargs):
928 self._fileobj.write(chunk)
929
930
931class _S3ArnParamHandler:

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected