%PDF- %PDF-
| Direktori : /proc/self/root/proc/self/root/usr/lib/python2.7/site-packages/salt/output/ |
| Current File : //proc/self/root/proc/self/root/usr/lib/python2.7/site-packages/salt/output/raw.pyo |
�
���^c @@ sK d Z d d l m Z m Z m Z d d l Z d d l m Z d � Z d S( u
Display raw output data structure
=================================
This outputter simply displays the output as a python data structure, by
printing a string representation of it. It is similar to the :mod:`pprint
<salt.output.pprint>` outputter, only the data is not nicely
formatted/indented.
This was the original outputter used by Salt before the outputter system was
developed.
Example output::
{'myminion': {'foo': {'list': ['Hello', 'World'], 'bar': 'baz', 'dictionary': {'abc': 123, 'def': 456}}}}
i ( t absolute_importt print_functiont unicode_literalsN( t sixc K@ s7 t | t j � s$ t j | � } n t j j j | � S( u
Rather basic....
( t
isinstanceR t string_typest text_typet saltt utilst stringutilst
to_unicode( t datat kwargs( ( s3 /usr/lib/python2.7/site-packages/salt/output/raw.pyt output s (
t __doc__t
__future__R R R t salt.utils.stringutilsR t salt.extR R
( ( ( s3 /usr/lib/python2.7/site-packages/salt/output/raw.pyt <module> s