mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-03-28 16:11:27 +00:00
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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user