golden hour
/opt/saltstack/salt/lib/python3.10/site-packages/salt/executors
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
28 B
Del
OK
__pycache__
-
Del
OK
direct_call.py
185 B
Del
OK
docker.py
1.42 KB
Del
OK
splay.py
2.35 KB
Del
OK
sudo.py
1.81 KB
Del
OK
transactional_update.py
3.67 KB
Del
OK
Edit: 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)
Save