Viewing: python.cpython-36.opt-1.pyc
3 �N�b� � @ sV d Z ddlZddlZyddlZW n ek r< ddlZY nX ddgZdZ dd� Z dS )z� salt.serializers.python ~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. versionadded:: 2016.3.0 Implements a Python serializer (via pprint.format) � N� serialize� availableTc K s* t jtjjjtjjj| td�td�f|�S )z� Serialize Python data to a Python string representation (via pprint.format) :param obj: the data structure to serialize :param options: options given to pprint.format )Z_json_module)�pprintZpformat�saltZutils�json�loads�dumps�_json)�objZoptions� r �/usr/lib/python3.6/python.pyr s )�__doc__r Zsalt.utils.jsonr Z simplejsonr �ImportErrorr �__all__r r r r r r �<module> s
Return