File: //opt/saltstack/salt/lib/python3.10/site-packages/salt/client/__pycache__/mixins.cpython-310.pyc
o
�N�g�V � @ s4 d Z ddlZddlZddlZddlZddlZddlZddlZddlm Z m
Z
ddlZddl
ZddlZddlZddlZddlZddlZddlZddlZddlZddlZddlZddlZddlZddlZddlZddlZddlZe�e�Z e!g d��Z"G dd� de
�Z#G dd� d�Z$G d d
� d
e$�Z%G dd� de$�Z&dS )
zB
A collection of mixins useful for the various *Client interfaces
� N)�Mapping�MutableMapping)�client�cmdZeauth�fun�kwarg�match�token�__jid__�__tag__�__user__�username�password�full_return�print_eventc @ sH e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
d� Zdd
� Z dd� Z
dS )�ClientFuncsDictzN
Class to make a read-only dict for accessing runner funcs "directly"
c C s
|| _ d S �N)r )�selfr � r �F/opt/saltstack/salt/lib/python3.10/site-packages/salt/client/mixins.py�__init__<