Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ setUp
Method
setUp
tests/unit/customizations/test_arguments.py:99–100 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
97
98
class
TestQueryFileArgument(unittest.TestCase):
99
def
setUp(self):
100
self.files = FileCreator()
101
102
def
tearDown(self):
103
self.files.remove_all()
Callers
nothing calls this directly
Calls
1
FileCreator
Class · 0.90
Tested by
no test coverage detected