golden hour
/opt/saltstack/salt/lib/python3.10/site-packages/salt/utils/decorators/__pycache__
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.cpython-310.pyc
21.71 KB
Del
OK
jinja.cpython-310.pyc
1.98 KB
Del
OK
path.cpython-310.pyc
1.62 KB
Del
OK
state.cpython-310.pyc
3.45 KB
Del
OK
Edit: __init__.cpython-310.pyc
o �xemr � @ s d Z ddlZddlZddlZddlZddlZddlZddlmZ ddl m Z ddlZddl ZddlZddlmZmZmZ dZeedd�rFdZe�e�ZG d d � d �ZeZdd� Zd d� ZG dd� d�ZG dd� de�ZeZG dd� de�ZeZ dd� Z!dd� Z"dd� Z#dd� Z$dS )z' Helpful decorators for module writing � N)�defaultdict��wraps)�CommandExecutionError�SaltConfigurationError�SaltInvocationErrorF�getwindowsversionTc @ sD e Zd ZdZedd� �Zdd� Zdd� Zedd � �Z e d d� �ZdS ) �Dependsz� This decorator will check the module when it is loaded and check that the dependencies passed in are in the globals of the module. If not, it will cause the function to be unloaded (or replaced). c C s t t�S �N)r �dict� r r �R/opt/saltstack/salt/lib/python3.10/site-packages/salt/utils/decorators/__init__.py�<lambda>'