MCPcopy 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
91class TestOSUtils(unittest.TestCase):

Calls 1

set_resultMethod · 0.45

Tested by

no test coverage detected