MCPcopy 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
19def client_context():
20 ctx = ClientContext()
21 token = set_context(ctx)
22 yield ctx
23 reset_context(token)

Callers

nothing calls this directly

Calls 3

ClientContextClass · 0.90
set_contextFunction · 0.90
reset_contextFunction · 0.90

Tested by

no test coverage detected