MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / inner

Function inner

src/pointers/decay.py:63–65  ·  view source on GitHub ↗
(*args: P.args, **kwargs: P.kwargs)

Source from the content-addressed store, hash-verified

61
62 @wraps(func)
63 def inner(*args: P.args, **kwargs: P.kwargs) -> T:
64 actual = _decay_params(func, args, kwargs)
65 return func(**actual) # type: ignore
66
67 return inner
68

Callers

nothing calls this directly

Calls 2

_decay_paramsFunction · 0.85
funcFunction · 0.85

Tested by

no test coverage detected