MCPcopy 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

deactivateMethod · 0.45
deleteMethod · 0.45

Tested by

no test coverage detected