Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ submit
Method
submit
tests/unit/s3transfer/test_s3transfer.py:85–88 ·
view source on GitHub ↗
(self, function)
Source
from the content-addressed store, hash-verified
83
return
results
84
85
def
submit(self, function):
86
future = futures.Future()
87
future.set_result(function())
88
return
future
89
90
91
class
TestOSUtils(unittest.TestCase):
Callers
15
test_submit
Method · 0.45
test_association_and_disassociation_on_submit
Method · 0.45
test_result_waits_until_done
Method · 0.45
assert_submit_would_block
Method · 0.45
assert_submit_would_not_block
Method · 0.45
test_submit_single_task
Method · 0.45
test_executor_blocks_on_full_capacity
Method · 0.45
test_executor_clears_capacity_on_done_tasks
Method · 0.45
test_would_not_block_when_full_capacity_in_other_semaphore
Method · 0.45
test_shutdown
Method · 0.45
test_shutdown_no_wait
Method · 0.45
test_result
Method · 0.45
Calls
1
set_result
Method · 0.45
Tested by
no test coverage detected