Mini Shell

Direktori : /opt/saltstack/salt/lib/python3.10/site-packages/salt/executors/
Upload File :
Current File : //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