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

Method get_executor

tests/unit/s3transfer/test_futures.py:478–479  ·  view source on GitHub ↗
(self, max_size=1, max_num_threads=1)

Source from the content-addressed store, hash-verified

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)
480
481 def get_task(self, task_cls, main_kwargs=None):
482 return task_cls(self.coordinator, main_kwargs=main_kwargs)

Callers 1

setUpMethod · 0.95

Calls 1

BoundedExecutorClass · 0.90

Tested by

no test coverage detected