Display which functions are registered

This commit is contained in:
tcely 2025-06-14 12:45:10 -04:00 committed by GitHub
parent 19983f06cb
commit 897aa9ce7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ def h_q_tuple(q, /):
q = get_queue(q) q = get_queue(q)
return ( return (
q.name, q.name,
list(q._registry._registry.keys()),
h_q_dict(q), h_q_dict(q),
) )