Server : nginx/1.24.0 System : Linux ip-172-31-33-48 6.14.0-1011-aws #11~24.04.1-Ubuntu SMP Fri Aug 1 02:07:25 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE Directory : /lib/python3/dist-packages/sos/presets/__pycache__/ |
Upload File : |
� -�_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 �<