Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ client_context
Function
client_context
tests/unit/botocore/conftest.py:19–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
18
@pytest.fixture
19
def
client_context():
20
ctx = ClientContext()
21
token = set_context(ctx)
22
yield
ctx
23
reset_context(token)
Callers
nothing calls this directly
Calls
3
ClientContext
Class · 0.90
set_context
Function · 0.90
reset_context
Function · 0.90
Tested by
no test coverage detected