yera.opaque.opaque_function

Opaque function wrapper and decorator.

Symbols

class OpaqueFunction — Wrapper for functions marked with @yk.opaque decorator.

OpaqueFunction

Wrapper for functions marked with @yk.opaque decorator.

Methods

__call__ — Invoke the wrapped function with the given arguments.

OpaqueFunction.__call__

__call__(
    *args,
    **kwargs,
) → R

Invoke the wrapped function with the given arguments.