File: //opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/__pycache__/out.cpython-310.pyc
o
�N�g
� @ sR d Z ddlZddlZe�e�ZdZdgZdd� Z ddd �Z
dd
d�Zddd
�ZdS )a�
Output Module
=============
.. versionadded:: 2018.3.0
Execution module that processes JSON serializable data
and returns string having the format as processed by the outputters.
Although this does not bring much value on the CLI, it turns very handy
in applications that require human readable data rather than Python objects.
For example, inside a Jinja template:
.. code-block:: jinja
{{ salt.out.string_format(complex_object, out='highstate') }}
� N�out�*c C s t S )N)�__virtualname__� r r �D/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/out.py�__virtual__ s r �nestedc K �"