Add remaining docstrings to complete documentation coverage

Co-authored-by: varun-r-mallya <100590632+varun-r-mallya@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-08 17:25:29 +00:00
parent cdf4f3e885
commit d9dfb61000
10 changed files with 70 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class HelperHandlerRegistry:
"""Decorator to register a handler function for a helper"""
def decorator(func):
"""Decorator that registers the handler function."""
cls._handlers[helper_name] = func
return func