yera.opaque.opaque_function
Opaque function wrapper and decorator.
Symbols
OpaqueFunction
Inherits:
OpaqueCallable[P, R]Wrapper for functions marked with @yk.opaque decorator.
Methods
__call__ — Invoke the wrapped function with the given arguments.
OpaqueFunction.__call__
__call__(
*args,
**kwargs,
) → RInvoke the wrapped function with the given arguments.