Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ clear_retained_objects
Function
clear_retained_objects
python/cproton.py:311–312 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
309
310
@atexit.register
311
def
clear_retained_objects():
312
retained_objects.clear()
313
314
315
def
retained_count():
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected