| Server IP : 46.62.235.243 / Your IP : 216.73.216.163 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/sos/presets/__pycache__/ |
Upload File : |
�
([Qh� � � � 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 �<