MCPcopy Create free account
hub / github.com/aws/aws-cli / setUp

Method setUp

tests/unit/s3transfer/test_futures.py:473–476  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

471
472class TestBoundedExecutor(unittest.TestCase):
473 def setUp(self):
474 self.coordinator = TransferCoordinator()
475 self.tag_semaphores = {}
476 self.executor = self.get_executor()
477
478 def get_executor(self, max_size=1, max_num_threads=1):
479 return BoundedExecutor(max_size, max_num_threads, self.tag_semaphores)

Callers

nothing calls this directly

Calls 2

get_executorMethod · 0.95
TransferCoordinatorClass · 0.90

Tested by

no test coverage detected