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

Method get_transfer_future

tests/utils/s3transfer/__init__.py:352–355  ·  view source on GitHub ↗
(self, call_args=None)

Source from the content-addressed store, hash-verified

350 return task_cls(**kwargs)
351
352 def get_transfer_future(self, call_args=None):
353 return TransferFuture(
354 meta=TransferMeta(call_args), coordinator=self.transfer_coordinator
355 )
356
357
358class BaseSubmissionTaskTest(BaseTaskTest):

Callers

nothing calls this directly

Calls 2

TransferFutureClass · 0.90
TransferMetaClass · 0.90

Tested by

no test coverage detected