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

Method setUp

tests/utils/s3transfer/__init__.py:343–345  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

341
342class BaseTaskTest(StubbedClientTest):
343 def setUp(self):
344 super().setUp()
345 self.transfer_coordinator = TransferCoordinator()
346
347 def get_task(self, task_cls, **kwargs):
348 if 'transfer_coordinator' not in kwargs:

Callers 1

setUpMethod · 0.45

Calls 1

TransferCoordinatorClass · 0.90

Tested by

no test coverage detected