Mini Shell

Direktori : /proc/self/root/opt/saltstack/salt/lib/python3.10/site-packages/salt/executors/
Upload File :
Current File : //proc/self/root/opt/saltstack/salt/lib/python3.10/site-packages/salt/executors/direct_call.py

"""
Direct call executor module
"""


def execute(opts, data, func, args, kwargs):
    """
    Directly calls the given function with arguments
    """
    return func(*args, **kwargs)

Zerion Mini Shell 1.0