Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awsdocs/aws-doc-sdk-examples
/ fin
Function
fin
python/example_code/sqs/test/conftest.py:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
queue = sqs_resource.create_queue(QueueName=queue_name, Attributes={})
43
44
def
fin():
45
if
not sqs_stubber.use_stubs:
46
queue.delete()
47
48
request.addfinalizer(fin)
49
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected