You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2026. It is now read-only.
def service( # dead: disable
self, key: str,
mode: int = SERVICE_MODE_COMMON,
required: List[str]
) -> Callable:
"""Assign a callable value to the specified offset."""
attribute required will define keys list used in service from DI
attribute
requiredwill define keys list used in service from DI