Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ setUp
Method
setUp
tests/unit/s3transfer/test_bandwidth.py:104–106 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
102
103
class
TestBandwidthLimitedStream(BaseBandwidthLimitTest):
104
def
setUp(self):
105
super().setUp()
106
self.bytes_threshold = 1
107
108
def
tearDown(self):
109
shutil.rmtree(self.tempdir)
Callers
nothing calls this directly
Calls
1
setUp
Method · 0.45
Tested by
no test coverage detected