Current File : //usr/lib/python3/dist-packages/sos/presets/__pycache__/__init__.cpython-312.pyc |
�
-�_g� � � � d dl Z d dlZd dlmZ dZdZdZdZ G d� d� Zd Z d
Z
dZdZd
Z
dZ eddddd�� Ze ee e
e e� �� e eee
ee�� iZy)� N)�
SoSOptionsz/etc/sos/presets.d�desc�note�argsc �` � e Zd ZdZdZdZdZ e� ZdZ d� Z
d� Zddd e� fd�Zd� Z
d � Zy)
�PresetDefaultsa� Preset command line defaults to allow for quick reference to sets of
commonly used options
:param name: The name of the new preset
:type name: ``str``
:param desc: A description for the new preset
:type desc: ``str``
:param note: Note for the new preset
:type note: ``str``
:param opts: Options set for the new preset
:type opts: ``SoSOptions``
NTc
� � d| j � d| j � d| j � dt | j � � d� S )zeReturn a human readable string representation of this
``PresetDefaults`` object.
zname=z desc=z note=z opts=(�))�namer r �str�opts��selfs �6/usr/lib/python3/dist-packages/sos/presets/__init__.py�__str__zPresetDefaults.__str__4 sC � � �� � �{�&�����6�$�)�)�� E��T�Y�Y��(��+� ,� c
� � d| j � d| j � d| j � dt | j � � d� S )zgReturn a machine readable string representation of this
``PresetDefaults`` object.
zPresetDefaults(name='z' desc='z' note='z' opts=(r
)r r r �reprr
r s r �__repr__zPresetDefaults.__repr__; sD � � (�� � �{�(�4�9�9�+� F�����8�D����O�+<�A�?� @r � c �<