Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awsdocs/aws-doc-sdk-examples
/ fin
Function
fin
python/test_tools/fixtures/common.py:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
stubber = fact(service_client)
55
56
def
fin():
57
stubber.assert_no_pending_responses()
58
stubber.deactivate()
59
60
request.addfinalizer(fin)
61
stubber.activate()
Callers
nothing calls this directly
Calls
3
assert_no_pending_responses
Method · 0.80
deactivate
Method · 0.45
delete
Method · 0.45
Tested by
no test coverage detected